Html Css Color HEX #88422F Fire

📋 copy color: '#88422F'

red 136 ◦ green 66 ◦ blue 47

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

Shades of Fire #88422F

Tints of Fire #88422F

RGB

 RED value IS 136 (53.52% from 255) = 54.62%

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 54.62%
G = 26.51%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88422F (or 0x88422F) is known color: Fire. HEX triplet: 88, 42 and 2F. RGB value is (136,66,47). Sum of RGB (Red+Green+Blue) = 136+66+47=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422F is #77BDD0. Grayscale: #545454. Windows color (decimal): -7847377 or 3097224. OLE color: 3097224.

HSL color Cylindrical-coordinate representation of color #88422F: hue angle of 12.81º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88422F is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 47 -
CMYK 0 0.51 0.65 0.47
HSL 12.81º 0.49% 0.36% -
HSV(B) 12.81º 0.65% 0.53% -
XYZ 12.61 9.34 3.83 -
YUV 84.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 136 66 47 0 0.51 0.65 0.47 12.81 0.49 0.36
Hex 88 42 2F 0 33 41 2F D 31 24
Octal 210 102 57 0 63 101 57 15 61 44
Binary 10001000 1000010 101111 0 110011 1000001 101111 1101 110001 100100

Color Harmonies of #88422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88422F

Black with #88422F

Text Example


Text Example

White with #88422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88422F; }

 p { color: rgb(136,66,47); }

 H1.HeaderClassName
 {
   color: #88422F;
 }
 .AnyTagClassName
 {
   color: #88422F;
 }
</style>

background-color css

<style>
 a { background-color: #88422F; }

 a { background-color: rgb(136,66,47); }

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

border-color css

<style>
 span { border-color: #88422F; }

 span { border-color: rgb(136,66,47); }

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