Html Css Color HEX #862C35 Shiraz

📋 copy color: '#862C35'

red 134 ◦ green 44 ◦ blue 53

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

Shades of Shiraz #862C35

Tints of Shiraz #862C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

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

R = 58.01%
G = 19.05%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#862C35 (or 0x862C35) is known color: Shiraz. HEX triplet: 86, 2C and 35. RGB value is (134,44,53). Sum of RGB (Red+Green+Blue) = 134+44+53=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #862C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C35 is #79D3CA. Grayscale: #474747. Windows color (decimal): -7984075 or 3484806. OLE color: 3484806.

HSL color Cylindrical-coordinate representation of color #862C35: hue angle of 354º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C35 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 53 -
CMYK 0 0.67 0.60 0.47
HSL 354º 0.51% 0.35% -
HSV(B) 354º 0.67% 0.53% -
XYZ 11.37 7.13 4.14 -
YUV 71.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 134 44 53 0 0.67 0.60 0.47 354 0.51 0.35
Hex 86 2C 35 0 43 3C 2F 162 33 23
Octal 206 54 65 0 103 74 57 542 63 43
Binary 10000110 101100 110101 0 1000011 111100 101111 101100010 110011 100011

Color Harmonies of #862C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C35

Black with #862C35

Text Example


Text Example

White with #862C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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