Html Css Color HEX #85253E Shiraz

📋 copy color: '#85253E'

red 133 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #85253E

Tints of Shiraz #85253E

RGB

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

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

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

R = 57.33%
G = 15.95%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85253E (or 0x85253E) is known color: Shiraz. HEX triplet: 85, 25 and 3E. RGB value is (133,37,62). Sum of RGB (Red+Green+Blue) = 133+37+62=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85253E is #7ADAC1. Grayscale: #444444. Windows color (decimal): -8051394 or 4072837. OLE color: 4072837.

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

Color convert

RGB 133 37 62 -
CMYK 0 0.72 0.53 0.48
HSL 344.38º 0.56% 0.33% -
HSV(B) 344.38º 0.72% 0.52% -
XYZ 11.2 6.66 5.25 -
YUV 68.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 133 37 62 0 0.72 0.53 0.48 344.38 0.56 0.33
Hex 85 25 3E 0 48 35 30 158 38 21
Octal 205 45 76 0 110 65 60 530 70 41
Binary 10000101 100101 111110 0 1001000 110101 110000 101011000 111000 100001

Color Harmonies of #85253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85253E

Black with #85253E

Text Example


Text Example

White with #85253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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