Html Css Color HEX #884129 Fire

📋 copy color: '#884129'

red 136 ◦ green 65 ◦ blue 41

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

Shades of Fire #884129

Tints of Fire #884129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

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

R = 56.2%
G = 26.86%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#884129 (or 0x884129) is known color: Fire. HEX triplet: 88, 41 and 29. RGB value is (136,65,41). Sum of RGB (Red+Green+Blue) = 136+65+41=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #884129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884129 is #77BED6. Grayscale: #535353. Windows color (decimal): -7847639 or 2703752. OLE color: 2703752.

HSL color Cylindrical-coordinate representation of color #884129: hue angle of 15.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884129 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 41 -
CMYK 0 0.52 0.70 0.47
HSL 15.16º 0.54% 0.35% -
HSV(B) 15.16º 0.7% 0.53% -
XYZ 12.44 9.17 3.21 -
YUV 83.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 136 65 41 0 0.52 0.70 0.47 15.16 0.54 0.35
Hex 88 41 29 0 34 46 2F F 36 23
Octal 210 101 51 0 64 106 57 17 66 43
Binary 10001000 1000001 101001 0 110100 1000110 101111 1111 110110 100011

Color Harmonies of #884129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884129

Black with #884129

Text Example


Text Example

White with #884129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884129; }

 p { color: rgb(136,65,41); }

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

background-color css

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

 a { background-color: rgb(136,65,41); }

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

border-color css

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

 span { border-color: rgb(136,65,41); }

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