Html Css Color HEX #872F34 Old Brick

📋 copy color: '#872F34'

red 135 ◦ green 47 ◦ blue 52

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

Shades of Old Brick #872F34

Tints of Old Brick #872F34

RGB

 RED value IS 135 (53.13% from 255) = 57.69%

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

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 57.69%
G = 20.09%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#872F34 (or 0x872F34) is known color: Old Brick. HEX triplet: 87, 2F and 34. RGB value is (135,47,52). Sum of RGB (Red+Green+Blue) = 135+47+52=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #872F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F34 is #78D0CB. Grayscale: #494949. Windows color (decimal): -7917772 or 3420039. OLE color: 3420039.

HSL color Cylindrical-coordinate representation of color #872F34: hue angle of 356.59º degrees, saturation: 0.48, 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 #872F34 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 52 -
CMYK 0 0.65 0.61 0.47
HSL 356.59º 0.48% 0.36% -
HSV(B) 356.59º 0.65% 0.53% -
XYZ 11.63 7.43 4.07 -
YUV 73.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 135 47 52 0 0.65 0.61 0.47 356.59 0.48 0.36
Hex 87 2F 34 0 41 3D 2F 165 30 24
Octal 207 57 64 0 101 75 57 545 60 44
Binary 10000111 101111 110100 0 1000001 111101 101111 101100101 110000 100100

Color Harmonies of #872F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F34

Black with #872F34

Text Example


Text Example

White with #872F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872F34; }

 p { color: rgb(135,47,52); }

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

background-color css

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

 a { background-color: rgb(135,47,52); }

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

border-color css

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

 span { border-color: rgb(135,47,52); }

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