Html Css Color HEX #9B3121 Burnt Umber

📋 copy color: '#9B3121'

red 155 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #9B3121

Tints of Burnt Umber #9B3121

RGB

 RED value IS 155 (60.94% from 255) = 65.4%

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 65.4%
G = 20.68%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B3121 (or 0x9B3121) is known color: Burnt Umber. HEX triplet: 9B, 31 and 21. RGB value is (155,49,33). Sum of RGB (Red+Green+Blue) = 155+49+33=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3121 is #64CEDE. Grayscale: #4F4F4F. Windows color (decimal): -6606559 or 2175387. OLE color: 2175387.

HSL color Cylindrical-coordinate representation of color #9B3121: hue angle of 7.87º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B3121 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 33 -
CMYK 0 0.68 0.79 0.39
HSL 7.87º 0.65% 0.37% -
HSV(B) 7.87º 0.79% 0.61% -
XYZ 14.89 9.27 2.44 -
YUV 78.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 155 49 33 0 0.68 0.79 0.39 7.87 0.65 0.37
Hex 9B 31 21 0 44 4F 27 8 41 25
Octal 233 61 41 0 104 117 47 10 101 45
Binary 10011011 110001 100001 0 1000100 1001111 100111 1000 1000001 100101

Color Harmonies of #9B3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3121

Black with #9B3121

Text Example


Text Example

White with #9B3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3121; }

 p { color: rgb(155,49,33); }

 H1.HeaderClassName
 {
   color: #9B3121;
 }
 .AnyTagClassName
 {
   color: #9B3121;
 }
</style>

background-color css

<style>
 a { background-color: #9B3121; }

 a { background-color: rgb(155,49,33); }

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

border-color css

<style>
 span { border-color: #9B3121; }

 span { border-color: rgb(155,49,33); }

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