Html Css Color HEX #91321B Burnt Umber

📋 copy color: '#91321B'

red 145 ◦ green 50 ◦ blue 27

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

Shades of Burnt Umber #91321B

Tints of Burnt Umber #91321B

RGB

 RED value IS 145 (57.03% from 255) = 65.32%

 GREEN value IS 50 (19.92% from 255) = 22.52%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 65.32%
G = 22.52%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91321B (or 0x91321B) is known color: Burnt Umber. HEX triplet: 91, 32 and 1B. RGB value is (145,50,27). Sum of RGB (Red+Green+Blue) = 145+50+27=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #91321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91321B is #6ECDE4. Grayscale: #4B4B4B. Windows color (decimal): -7261669 or 1782417. OLE color: 1782417.

HSL color Cylindrical-coordinate representation of color #91321B: hue angle of 11.69º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91321B is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 27 -
CMYK 0 0.66 0.81 0.43
HSL 11.69º 0.69% 0.34% -
HSV(B) 11.69º 0.81% 0.57% -
XYZ 13.02 8.38 1.97 -
YUV 75.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 145 50 27 0 0.66 0.81 0.43 11.69 0.69 0.34
Hex 91 32 1B 0 42 51 2B C 45 22
Octal 221 62 33 0 102 121 53 14 105 42
Binary 10010001 110010 11011 0 1000010 1010001 101011 1100 1000101 100010

Color Harmonies of #91321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91321B

Black with #91321B

Text Example


Text Example

White with #91321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91321B; }

 p { color: rgb(145,50,27); }

 H1.HeaderClassName
 {
   color: #91321B;
 }
 .AnyTagClassName
 {
   color: #91321B;
 }
</style>

background-color css

<style>
 a { background-color: #91321B; }

 a { background-color: rgb(145,50,27); }

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

border-color css

<style>
 span { border-color: #91321B; }

 span { border-color: rgb(145,50,27); }

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