Html Css Color HEX #861D33 Shiraz

📋 copy color: '#861D33'

red 134 ◦ green 29 ◦ blue 51

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

Shades of Shiraz #861D33

Tints of Shiraz #861D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.55%

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

R = 62.62%
G = 13.55%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#861D33 (or 0x861D33) is known color: Shiraz. HEX triplet: 86, 1D and 33. RGB value is (134,29,51). Sum of RGB (Red+Green+Blue) = 134+29+51=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #861D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D33 is #79E2CC. Grayscale: #3E3E3E. Windows color (decimal): -7987917 or 3349894. OLE color: 3349894.

HSL color Cylindrical-coordinate representation of color #861D33: hue angle of 347.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D33 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 51 -
CMYK 0 0.78 0.62 0.47
HSL 347.43º 0.64% 0.32% -
HSV(B) 347.43º 0.78% 0.53% -
XYZ 10.87 6.19 3.75 -
YUV 62.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 134 29 51 0 0.78 0.62 0.47 347.43 0.64 0.32
Hex 86 1D 33 0 4E 3E 2F 15B 40 20
Octal 206 35 63 0 116 76 57 533 100 40
Binary 10000110 11101 110011 0 1001110 111110 101111 101011011 1000000 100000

Color Harmonies of #861D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D33

Black with #861D33

Text Example


Text Example

White with #861D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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