Html Css Color HEX #862F31 Old Brick

📋 copy color: '#862F31'

red 134 ◦ green 47 ◦ blue 49

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

Shades of Old Brick #862F31

Tints of Old Brick #862F31

RGB

 RED value IS 134 (52.73% from 255) = 58.26%

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

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

R = 58.26%
G = 20.43%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#862F31 (or 0x862F31) is known color: Old Brick. HEX triplet: 86, 2F and 31. RGB value is (134,47,49). Sum of RGB (Red+Green+Blue) = 134+47+49=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F31 is #79D0CE. Grayscale: #494949. Windows color (decimal): -7983311 or 3223430. OLE color: 3223430.

HSL color Cylindrical-coordinate representation of color #862F31: hue angle of 358.62º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F31 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 49 -
CMYK 0 0.65 0.63 0.47
HSL 358.62º 0.48% 0.35% -
HSV(B) 358.62º 0.65% 0.53% -
XYZ 11.4 7.32 3.72 -
YUV 73.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 134 47 49 0 0.65 0.63 0.47 358.62 0.48 0.35
Hex 86 2F 31 0 41 3F 2F 167 30 23
Octal 206 57 61 0 101 77 57 547 60 43
Binary 10000110 101111 110001 0 1000001 111111 101111 101100111 110000 100011

Color Harmonies of #862F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F31

Black with #862F31

Text Example


Text Example

White with #862F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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