Html Css Color HEX #862840 Shiraz

📋 copy color: '#862840'

red 134 ◦ green 40 ◦ blue 64

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

Shades of Shiraz #862840

Tints of Shiraz #862840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 56.3%
G = 16.81%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#862840 (or 0x862840) is known color: Shiraz. HEX triplet: 86, 28 and 40. RGB value is (134,40,64). Sum of RGB (Red+Green+Blue) = 134+40+64=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #862840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862840 is #79D7BF. Grayscale: #464646. Windows color (decimal): -7985088 or 4204678. OLE color: 4204678.

HSL color Cylindrical-coordinate representation of color #862840: hue angle of 344.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862840 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 64 -
CMYK 0 0.70 0.52 0.47
HSL 344.68º 0.54% 0.34% -
HSV(B) 344.68º 0.7% 0.53% -
XYZ 11.52 6.96 5.59 -
YUV 70.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 134 40 64 0 0.70 0.52 0.47 344.68 0.54 0.34
Hex 86 28 40 0 46 34 2F 159 36 22
Octal 206 50 100 0 106 64 57 531 66 42
Binary 10000110 101000 1000000 0 1000110 110100 101111 101011001 110110 100010

Color Harmonies of #862840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862840

Black with #862840

Text Example


Text Example

White with #862840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862840; }

 p { color: rgb(134,40,64); }

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

background-color css

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

 a { background-color: rgb(134,40,64); }

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

border-color css

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

 span { border-color: rgb(134,40,64); }

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