Html Css Color HEX #862530 Shiraz

📋 copy color: '#862530'

red 134 ◦ green 37 ◦ blue 48

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

Shades of Shiraz #862530

Tints of Shiraz #862530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 61.19%
G = 16.89%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#862530 (or 0x862530) is known color: Shiraz. HEX triplet: 86, 25 and 30. RGB value is (134,37,48). Sum of RGB (Red+Green+Blue) = 134+37+48=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #862530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862530 is #79DACF. Grayscale: #434343. Windows color (decimal): -7985872 or 3155334. OLE color: 3155334.

HSL color Cylindrical-coordinate representation of color #862530: hue angle of 353.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862530 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 48 -
CMYK 0 0.72 0.64 0.47
HSL 353.2º 0.57% 0.34% -
HSV(B) 353.2º 0.72% 0.53% -
XYZ 11.03 6.6 3.49 -
YUV 67.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 134 37 48 0 0.72 0.64 0.47 353.2 0.57 0.34
Hex 86 25 30 0 48 40 2F 161 39 22
Octal 206 45 60 0 110 100 57 541 71 42
Binary 10000110 100101 110000 0 1001000 1000000 101111 101100001 111001 100010

Color Harmonies of #862530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862530

Black with #862530

Text Example


Text Example

White with #862530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862530; }

 p { color: rgb(134,37,48); }

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

background-color css

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

 a { background-color: rgb(134,37,48); }

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

border-color css

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

 span { border-color: rgb(134,37,48); }

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