Html Css Color HEX #882F31 Old Brick

📋 copy color: '#882F31'

red 136 ◦ green 47 ◦ blue 49

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

Shades of Old Brick #882F31

Tints of Old Brick #882F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 58.62%
G = 20.26%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#882F31 (or 0x882F31) is known color: Old Brick. HEX triplet: 88, 2F and 31. RGB value is (136,47,49). Sum of RGB (Red+Green+Blue) = 136+47+49=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #882F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F31 is #77D0CE. Grayscale: #494949. Windows color (decimal): -7852239 or 3223432. OLE color: 3223432.

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

Color convert

RGB 136 47 49 -
CMYK 0 0.65 0.64 0.47
HSL 358.65º 0.49% 0.36% -
HSV(B) 358.65º 0.65% 0.53% -
XYZ 11.72 7.49 3.73 -
YUV 73.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 136 47 49 0 0.65 0.64 0.47 358.65 0.49 0.36
Hex 88 2F 31 0 41 40 2F 167 31 24
Octal 210 57 61 0 101 100 57 547 61 44
Binary 10001000 101111 110001 0 1000001 1000000 101111 101100111 110001 100100

Color Harmonies of #882F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F31

Black with #882F31

Text Example


Text Example

White with #882F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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