Html Css Color HEX #852138 Shiraz

📋 copy color: '#852138'

red 133 ◦ green 33 ◦ blue 56

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

Shades of Shiraz #852138

Tints of Shiraz #852138

RGB

 RED value IS 133 (52.34% from 255) = 59.91%

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

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

R = 59.91%
G = 14.86%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#852138 (or 0x852138) is known color: Shiraz. HEX triplet: 85, 21 and 38. RGB value is (133,33,56). Sum of RGB (Red+Green+Blue) = 133+33+56=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852138 is #7ADEC7. Grayscale: #414141. Windows color (decimal): -8052424 or 3678597. OLE color: 3678597.

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

Color convert

RGB 133 33 56 -
CMYK 0 0.75 0.58 0.48
HSL 346.2º 0.6% 0.33% -
HSV(B) 346.2º 0.75% 0.52% -
XYZ 10.93 6.36 4.39 -
YUV 65.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 133 33 56 0 0.75 0.58 0.48 346.2 0.6 0.33
Hex 85 21 38 0 4B 3A 30 15A 3C 21
Octal 205 41 70 0 113 72 60 532 74 41
Binary 10000101 100001 111000 0 1001011 111010 110000 101011010 111100 100001

Color Harmonies of #852138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852138

Black with #852138

Text Example


Text Example

White with #852138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852138; }

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

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

background-color css

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

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

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

border-color css

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

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

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