Html Css Color HEX #85242F Shiraz

📋 copy color: '#85242F'

red 133 ◦ green 36 ◦ blue 47

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

Shades of Shiraz #85242F

Tints of Shiraz #85242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 61.57%
G = 16.67%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85242F (or 0x85242F) is known color: Shiraz. HEX triplet: 85, 24 and 2F. RGB value is (133,36,47). Sum of RGB (Red+Green+Blue) = 133+36+47=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85242F is #7ADBD0. Grayscale: #424242. Windows color (decimal): -8051665 or 3089541. OLE color: 3089541.

HSL color Cylindrical-coordinate representation of color #85242F: hue angle of 353.2º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85242F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 47 -
CMYK 0 0.73 0.65 0.48
HSL 353.2º 0.57% 0.33% -
HSV(B) 353.2º 0.73% 0.52% -
XYZ 10.82 6.45 3.36 -
YUV 66.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 133 36 47 0 0.73 0.65 0.48 353.2 0.57 0.33
Hex 85 24 2F 0 49 41 30 161 39 21
Octal 205 44 57 0 111 101 60 541 71 41
Binary 10000101 100100 101111 0 1001001 1000001 110000 101100001 111001 100001

Color Harmonies of #85242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85242F

Black with #85242F

Text Example


Text Example

White with #85242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,36,47); }

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

background-color css

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

 a { background-color: rgb(133,36,47); }

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

border-color css

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

 span { border-color: rgb(133,36,47); }

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