Html Css Color HEX #882F36 Old Brick

📋 copy color: '#882F36'

red 136 ◦ green 47 ◦ blue 54

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

Shades of Old Brick #882F36

Tints of Old Brick #882F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 57.38%
G = 19.83%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#882F36 (or 0x882F36) is known color: Old Brick. HEX triplet: 88, 2F and 36. RGB value is (136,47,54). Sum of RGB (Red+Green+Blue) = 136+47+54=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #882F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F36 is #77D0C9. Grayscale: #4A4A4A. Windows color (decimal): -7852234 or 3551112. OLE color: 3551112.

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

Color convert

RGB 136 47 54 -
CMYK 0 0.65 0.60 0.47
HSL 355.28º 0.49% 0.36% -
HSV(B) 355.28º 0.65% 0.53% -
XYZ 11.84 7.53 4.32 -
YUV 74.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 136 47 54 0 0.65 0.60 0.47 355.28 0.49 0.36
Hex 88 2F 36 0 41 3C 2F 163 31 24
Octal 210 57 66 0 101 74 57 543 61 44
Binary 10001000 101111 110110 0 1000001 111100 101111 101100011 110001 100100

Color Harmonies of #882F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F36

Black with #882F36

Text Example


Text Example

White with #882F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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