Html Css Color HEX #86253B Shiraz

📋 copy color: '#86253B'

red 134 ◦ green 37 ◦ blue 59

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

Shades of Shiraz #86253B

Tints of Shiraz #86253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 58.26%
G = 16.09%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86253B (or 0x86253B) is known color: Shiraz. HEX triplet: 86, 25 and 3B. RGB value is (134,37,59). Sum of RGB (Red+Green+Blue) = 134+37+59=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253B is #79DAC4. Grayscale: #444444. Windows color (decimal): -7985861 or 3876230. OLE color: 3876230.

HSL color Cylindrical-coordinate representation of color #86253B: hue angle of 346.39º 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 #86253B is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 59 -
CMYK 0 0.72 0.56 0.47
HSL 346.39º 0.57% 0.34% -
HSV(B) 346.39º 0.72% 0.53% -
XYZ 11.28 6.71 4.84 -
YUV 68.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 134 37 59 0 0.72 0.56 0.47 346.39 0.57 0.34
Hex 86 25 3B 0 48 38 2F 15A 39 22
Octal 206 45 73 0 110 70 57 532 71 42
Binary 10000110 100101 111011 0 1001000 111000 101111 101011010 111001 100010

Color Harmonies of #86253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86253B

Black with #86253B

Text Example


Text Example

White with #86253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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