Html Css Color HEX #86253F Shiraz

📋 copy color: '#86253F'

red 134 ◦ green 37 ◦ blue 63

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

Shades of Shiraz #86253F

Tints of Shiraz #86253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 57.26%
G = 15.81%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86253F (or 0x86253F) is known color: Shiraz. HEX triplet: 86, 25 and 3F. RGB value is (134,37,63). Sum of RGB (Red+Green+Blue) = 134+37+63=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253F is #79DAC0. Grayscale: #444444. Windows color (decimal): -7985857 or 4138374. OLE color: 4138374.

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

Color convert

RGB 134 37 63 -
CMYK 0 0.72 0.53 0.47
HSL 343.92º 0.57% 0.34% -
HSV(B) 343.92º 0.72% 0.53% -
XYZ 11.39 6.75 5.41 -
YUV 68.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 134 37 63 0 0.72 0.53 0.47 343.92 0.57 0.34
Hex 86 25 3F 0 48 35 2F 158 39 22
Octal 206 45 77 0 110 65 57 530 71 42
Binary 10000110 100101 111111 0 1001000 110101 101111 101011000 111001 100010

Color Harmonies of #86253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86253F

Black with #86253F

Text Example


Text Example

White with #86253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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