Html Css Color HEX #862335 Shiraz

📋 copy color: '#862335'

red 134 ◦ green 35 ◦ blue 53

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

Shades of Shiraz #862335

Tints of Shiraz #862335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 60.36%
G = 15.77%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#862335 (or 0x862335) is known color: Shiraz. HEX triplet: 86, 23 and 35. RGB value is (134,35,53). Sum of RGB (Red+Green+Blue) = 134+35+53=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862335 is #79DCCA. Grayscale: #424242. Windows color (decimal): -7986379 or 3482502. OLE color: 3482502.

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

Color convert

RGB 134 35 53 -
CMYK 0 0.74 0.60 0.47
HSL 349.09º 0.59% 0.33% -
HSV(B) 349.09º 0.74% 0.53% -
XYZ 11.08 6.53 4.04 -
YUV 66.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 134 35 53 0 0.74 0.60 0.47 349.09 0.59 0.33
Hex 86 23 35 0 4A 3C 2F 15D 3B 21
Octal 206 43 65 0 112 74 57 535 73 41
Binary 10000110 100011 110101 0 1001010 111100 101111 101011101 111011 100001

Color Harmonies of #862335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862335

Black with #862335

Text Example


Text Example

White with #862335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862335; }

 p { color: rgb(134,35,53); }

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

background-color css

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

 a { background-color: rgb(134,35,53); }

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

border-color css

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

 span { border-color: rgb(134,35,53); }

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