Html Css Color HEX #861E38 Shiraz

📋 copy color: '#861E38'

red 134 ◦ green 30 ◦ blue 56

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

Shades of Shiraz #861E38

Tints of Shiraz #861E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 60.91%
G = 13.64%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#861E38 (or 0x861E38) is known color: Shiraz. HEX triplet: 86, 1E and 38. RGB value is (134,30,56). Sum of RGB (Red+Green+Blue) = 134+30+56=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #861E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E38 is #79E1C7. Grayscale: #404040. Windows color (decimal): -7987656 or 3677830. OLE color: 3677830.

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

Color convert

RGB 134 30 56 -
CMYK 0 0.78 0.58 0.47
HSL 345º 0.63% 0.32% -
HSV(B) 345º 0.78% 0.53% -
XYZ 11.01 6.28 4.37 -
YUV 64.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 134 30 56 0 0.78 0.58 0.47 345 0.63 0.32
Hex 86 1E 38 0 4E 3A 2F 159 3F 20
Octal 206 36 70 0 116 72 57 531 77 40
Binary 10000110 11110 111000 0 1001110 111010 101111 101011001 111111 100000

Color Harmonies of #861E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E38

Black with #861E38

Text Example


Text Example

White with #861E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,30,56); }

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

background-color css

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

 a { background-color: rgb(134,30,56); }

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

border-color css

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

 span { border-color: rgb(134,30,56); }

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