Html Css Color HEX #862138 Shiraz

📋 copy color: '#862138'

red 134 ◦ green 33 ◦ blue 56

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

Shades of Shiraz #862138

Tints of Shiraz #862138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 60.09%
G = 14.8%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#862138 (or 0x862138) is known color: Shiraz. HEX triplet: 86, 21 and 38. RGB value is (134,33,56). Sum of RGB (Red+Green+Blue) = 134+33+56=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #862138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862138 is #79DEC7. Grayscale: #414141. Windows color (decimal): -7986888 or 3678598. OLE color: 3678598.

HSL color Cylindrical-coordinate representation of color #862138: hue angle of 346.34º 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 #862138 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 33 56 -
CMYK 0 0.75 0.58 0.47
HSL 346.34º 0.6% 0.33% -
HSV(B) 346.34º 0.75% 0.53% -
XYZ 11.09 6.44 4.4 -
YUV 65.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 134 33 56 0 0.75 0.58 0.47 346.34 0.6 0.33
Hex 86 21 38 0 4B 3A 2F 15A 3C 21
Octal 206 41 70 0 113 72 57 532 74 41
Binary 10000110 100001 111000 0 1001011 111010 101111 101011010 111100 100001

Color Harmonies of #862138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862138

Black with #862138

Text Example


Text Example

White with #862138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862138; }

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

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

background-color css

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

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

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

border-color css

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

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

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