Html Css Color HEX #8F2F29 Burnt Umber

📋 copy color: '#8F2F29'

red 143 ◦ green 47 ◦ blue 41

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

Shades of Burnt Umber #8F2F29

Tints of Burnt Umber #8F2F29

RGB

 RED value IS 143 (56.25% from 255) = 61.9%

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 61.9%
G = 20.35%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F2F29 (or 0x8F2F29) is known color: Burnt Umber. HEX triplet: 8F, 2F and 29. RGB value is (143,47,41). Sum of RGB (Red+Green+Blue) = 143+47+41=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F29 is #70D0D6. Grayscale: #4B4B4B. Windows color (decimal): -7393495 or 2699151. OLE color: 2699151.

HSL color Cylindrical-coordinate representation of color #8F2F29: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2F29 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 47 41 -
CMYK 0 0.67 0.71 0.44
HSL 3.53º 0.55% 0.36% -
HSV(B) 3.53º 0.71% 0.56% -
XYZ 12.74 8.03 2.98 -
YUV 75.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 143 47 41 0 0.67 0.71 0.44 3.53 0.55 0.36
Hex 8F 2F 29 0 43 47 2C 4 37 24
Octal 217 57 51 0 103 107 54 4 67 44
Binary 10001111 101111 101001 0 1000011 1000111 101100 100 110111 100100

Color Harmonies of #8F2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2F29

Black with #8F2F29

Text Example


Text Example

White with #8F2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F2F29; }

 p { color: rgb(143,47,41); }

 H1.HeaderClassName
 {
   color: #8F2F29;
 }
 .AnyTagClassName
 {
   color: #8F2F29;
 }
</style>

background-color css

<style>
 a { background-color: #8F2F29; }

 a { background-color: rgb(143,47,41); }

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

border-color css

<style>
 span { border-color: #8F2F29; }

 span { border-color: rgb(143,47,41); }

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