Html Css Color HEX #85273E Shiraz

📋 copy color: '#85273E'

red 133 ◦ green 39 ◦ blue 62

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

Shades of Shiraz #85273E

Tints of Shiraz #85273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 56.84%
G = 16.67%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85273E (or 0x85273E) is known color: Shiraz. HEX triplet: 85, 27 and 3E. RGB value is (133,39,62). Sum of RGB (Red+Green+Blue) = 133+39+62=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85273E is #7AD8C1. Grayscale: #454545. Windows color (decimal): -8050882 or 4073349. OLE color: 4073349.

HSL color Cylindrical-coordinate representation of color #85273E: hue angle of 345.32º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85273E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 62 -
CMYK 0 0.71 0.53 0.48
HSL 345.32º 0.55% 0.34% -
HSV(B) 345.32º 0.71% 0.52% -
XYZ 11.27 6.79 5.27 -
YUV 69.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 133 39 62 0 0.71 0.53 0.48 345.32 0.55 0.34
Hex 85 27 3E 0 47 35 30 159 37 22
Octal 205 47 76 0 107 65 60 531 67 42
Binary 10000101 100111 111110 0 1000111 110101 110000 101011001 110111 100010

Color Harmonies of #85273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85273E

Black with #85273E

Text Example


Text Example

White with #85273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85273E; }

 p { color: rgb(133,39,62); }

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

background-color css

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

 a { background-color: rgb(133,39,62); }

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

border-color css

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

 span { border-color: rgb(133,39,62); }

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