Html Css Color HEX #88422A Fire

📋 copy color: '#88422A'

red 136 ◦ green 66 ◦ blue 42

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

Shades of Fire #88422A

Tints of Fire #88422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 55.74%
G = 27.05%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88422A (or 0x88422A) is known color: Fire. HEX triplet: 88, 42 and 2A. RGB value is (136,66,42). Sum of RGB (Red+Green+Blue) = 136+66+42=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88422A is #77BDD5. Grayscale: #545454. Windows color (decimal): -7847382 or 2769544. OLE color: 2769544.

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

Color convert

RGB 136 66 42 -
CMYK 0 0.51 0.69 0.47
HSL 15.32º 0.53% 0.35% -
HSV(B) 15.32º 0.69% 0.53% -
XYZ 12.52 9.3 3.33 -
YUV 84.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 136 66 42 0 0.51 0.69 0.47 15.32 0.53 0.35
Hex 88 42 2A 0 33 45 2F F 35 23
Octal 210 102 52 0 63 105 57 17 65 43
Binary 10001000 1000010 101010 0 110011 1000101 101111 1111 110101 100011

Color Harmonies of #88422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88422A

Black with #88422A

Text Example


Text Example

White with #88422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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