Html Css Color HEX #882F39 Old Brick

📋 copy color: '#882F39'

red 136 ◦ green 47 ◦ blue 57

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

Shades of Old Brick #882F39

Tints of Old Brick #882F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 56.67%
G = 19.58%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#882F39 (or 0x882F39) is known color: Old Brick. HEX triplet: 88, 2F and 39. RGB value is (136,47,57). Sum of RGB (Red+Green+Blue) = 136+47+57=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F39 is #77D0C6. Grayscale: #4A4A4A. Windows color (decimal): -7852231 or 3747720. OLE color: 3747720.

HSL color Cylindrical-coordinate representation of color #882F39: hue angle of 353.26º 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 #882F39 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 57 -
CMYK 0 0.65 0.58 0.47
HSL 353.26º 0.49% 0.36% -
HSV(B) 353.26º 0.65% 0.53% -
XYZ 11.91 7.56 4.7 -
YUV 74.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 136 47 57 0 0.65 0.58 0.47 353.26 0.49 0.36
Hex 88 2F 39 0 41 3A 2F 161 31 24
Octal 210 57 71 0 101 72 57 541 61 44
Binary 10001000 101111 111001 0 1000001 111010 101111 101100001 110001 100100

Color Harmonies of #882F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F39

Black with #882F39

Text Example


Text Example

White with #882F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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