Html Css Color HEX #861D34 Shiraz

📋 copy color: '#861D34'

red 134 ◦ green 29 ◦ blue 52

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

Shades of Shiraz #861D34

Tints of Shiraz #861D34

RGB

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

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

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

R = 62.33%
G = 13.49%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#861D34 (or 0x861D34) is known color: Shiraz. HEX triplet: 86, 1D and 34. RGB value is (134,29,52). Sum of RGB (Red+Green+Blue) = 134+29+52=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #861D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D34 is #79E2CB. Grayscale: #3F3F3F. Windows color (decimal): -7987916 or 3415430. OLE color: 3415430.

HSL color Cylindrical-coordinate representation of color #861D34: hue angle of 346.86º 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 #861D34 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 52 -
CMYK 0 0.78 0.61 0.47
HSL 346.86º 0.64% 0.32% -
HSV(B) 346.86º 0.78% 0.53% -
XYZ 10.89 6.19 3.87 -
YUV 63.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 134 29 52 0 0.78 0.61 0.47 346.86 0.64 0.32
Hex 86 1D 34 0 4E 3D 2F 15B 40 20
Octal 206 35 64 0 116 75 57 533 100 40
Binary 10000110 11101 110100 0 1001110 111101 101111 101011011 1000000 100000

Color Harmonies of #861D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D34

Black with #861D34

Text Example


Text Example

White with #861D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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