Html Css Color HEX #86253A Shiraz

📋 copy color: '#86253A'

red 134 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #86253A

Tints of Shiraz #86253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 58.52%
G = 16.16%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86253A (or 0x86253A) is known color: Shiraz. HEX triplet: 86, 25 and 3A. RGB value is (134,37,58). Sum of RGB (Red+Green+Blue) = 134+37+58=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253A is #79DAC5. Grayscale: #444444. Windows color (decimal): -7985862 or 3810694. OLE color: 3810694.

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

Color convert

RGB 134 37 58 -
CMYK 0 0.72 0.57 0.47
HSL 347.01º 0.57% 0.34% -
HSV(B) 347.01º 0.72% 0.53% -
XYZ 11.26 6.7 4.7 -
YUV 68.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 134 37 58 0 0.72 0.57 0.47 347.01 0.57 0.34
Hex 86 25 3A 0 48 39 2F 15B 39 22
Octal 206 45 72 0 110 71 57 533 71 42
Binary 10000110 100101 111010 0 1001000 111001 101111 101011011 111001 100010

Color Harmonies of #86253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86253A

Black with #86253A

Text Example


Text Example

White with #86253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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