Html Css Color HEX #862133 Shiraz

📋 copy color: '#862133'

red 134 ◦ green 33 ◦ blue 51

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

Shades of Shiraz #862133

Tints of Shiraz #862133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 61.47%
G = 15.14%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#862133 (or 0x862133) is known color: Shiraz. HEX triplet: 86, 21 and 33. RGB value is (134,33,51). Sum of RGB (Red+Green+Blue) = 134+33+51=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #862133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862133 is #79DECC. Grayscale: #414141. Windows color (decimal): -7986893 or 3350918. OLE color: 3350918.

HSL color Cylindrical-coordinate representation of color #862133: hue angle of 349.31º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862133 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 51 -
CMYK 0 0.75 0.62 0.47
HSL 349.31º 0.6% 0.33% -
HSV(B) 349.31º 0.75% 0.53% -
XYZ 10.97 6.4 3.79 -
YUV 65.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 134 33 51 0 0.75 0.62 0.47 349.31 0.6 0.33
Hex 86 21 33 0 4B 3E 2F 15D 3C 21
Octal 206 41 63 0 113 76 57 535 74 41
Binary 10000110 100001 110011 0 1001011 111110 101111 101011101 111100 100001

Color Harmonies of #862133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862133

Black with #862133

Text Example


Text Example

White with #862133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862133; }

 p { color: rgb(134,33,51); }

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

background-color css

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

 a { background-color: rgb(134,33,51); }

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

border-color css

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

 span { border-color: rgb(134,33,51); }

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