Html Css Color HEX #844B4B Lotus

📋 copy color: '#844B4B'

red 132 ◦ green 75 ◦ blue 75

#844B4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #844B4B

Tints of Lotus #844B4B

RGB

 RED value IS 132 (51.95% from 255) = 46.81%

 GREEN value IS 75 (29.69% from 255) = 26.6%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 46.81%
G = 26.6%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#844B4B (or 0x844B4B) is known color: Lotus. HEX triplet: 84, 4B and 4B. RGB value is (132,75,75). Sum of RGB (Red+Green+Blue) = 132+75+75=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #844B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B4B is #7BB4B4. Grayscale: #5C5C5C. Windows color (decimal): -8107189 or 4934532. OLE color: 4934532.

HSL color Cylindrical-coordinate representation of color #844B4B: hue angle of 0º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B4B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 75 75 -
CMYK 0 0.43 0.43 0.48
HSL 0.28% 0.41% -
HSV(B) 0.43% 0.52% -
XYZ 13.3 10.45 7.97 -
YUV 92.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 132 75 75 0 0.43 0.43 0.48 0 0.28 0.41
Hex 84 4B 4B 0 2B 2B 30 0 1C 29
Octal 204 113 113 0 53 53 60 0 34 51
Binary 10000100 1001011 1001011 0 101011 101011 110000 0 11100 101001

Color Harmonies of #844B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B4B

Black with #844B4B

Text Example


Text Example

White with #844B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844B4B; }

 p { color: rgb(132,75,75); }

 H1.HeaderClassName
 {
   color: #844B4B;
 }
 .AnyTagClassName
 {
   color: #844B4B;
 }
</style>

background-color css

<style>
 a { background-color: #844B4B; }

 a { background-color: rgb(132,75,75); }

 div.DivClassName
 {
   background-color: #844B4B;
 }
 .BgClassName
 {
   background-color: #844B4B;
 }
</style>

border-color css

<style>
 span { border-color: #844B4B; }

 span { border-color: rgb(132,75,75); }

 td.TdClassName
 {
   border-color: #844B4B;
 }
 .TagClassName
 {
   border-color: #844B4B;
 }
</style>