Html Css Color HEX #86213F Shiraz

📋 copy color: '#86213F'

red 134 ◦ green 33 ◦ blue 63

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

Shades of Shiraz #86213F

Tints of Shiraz #86213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

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

R = 58.26%
G = 14.35%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86213F (or 0x86213F) is known color: Shiraz. HEX triplet: 86, 21 and 3F. RGB value is (134,33,63). Sum of RGB (Red+Green+Blue) = 134+33+63=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86213F is #79DEC0. Grayscale: #424242. Windows color (decimal): -7986881 or 4137350. OLE color: 4137350.

HSL color Cylindrical-coordinate representation of color #86213F: hue angle of 342.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86213F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 63 -
CMYK 0 0.75 0.53 0.47
HSL 342.18º 0.6% 0.33% -
HSV(B) 342.18º 0.75% 0.53% -
XYZ 11.27 6.51 5.37 -
YUV 66.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 134 33 63 0 0.75 0.53 0.47 342.18 0.6 0.33
Hex 86 21 3F 0 4B 35 2F 156 3C 21
Octal 206 41 77 0 113 65 57 526 74 41
Binary 10000110 100001 111111 0 1001011 110101 101111 101010110 111100 100001

Color Harmonies of #86213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86213F

Black with #86213F

Text Example


Text Example

White with #86213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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