Html Css Color HEX #86253D Shiraz

📋 copy color: '#86253D'

red 134 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #86253D

Tints of Shiraz #86253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 57.76%
G = 15.95%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86253D (or 0x86253D) is known color: Shiraz. HEX triplet: 86, 25 and 3D. RGB value is (134,37,61). Sum of RGB (Red+Green+Blue) = 134+37+61=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86253D is #79DAC2. Grayscale: #444444. Windows color (decimal): -7985859 or 4007302. OLE color: 4007302.

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

Color convert

RGB 134 37 61 -
CMYK 0 0.72 0.54 0.47
HSL 345.15º 0.57% 0.34% -
HSV(B) 345.15º 0.72% 0.53% -
XYZ 11.34 6.73 5.12 -
YUV 68.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 134 37 61 0 0.72 0.54 0.47 345.15 0.57 0.34
Hex 86 25 3D 0 48 36 2F 159 39 22
Octal 206 45 75 0 110 66 57 531 71 42
Binary 10000110 100101 111101 0 1001000 110110 101111 101011001 111001 100010

Color Harmonies of #86253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86253D

Black with #86253D

Text Example


Text Example

White with #86253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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