Html Css Color HEX #85243F Shiraz

📋 copy color: '#85243F'

red 133 ◦ green 36 ◦ blue 63

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

Shades of Shiraz #85243F

Tints of Shiraz #85243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.16%

R = 57.33%
G = 15.52%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85243F (or 0x85243F) is known color: Shiraz. HEX triplet: 85, 24 and 3F. RGB value is (133,36,63). Sum of RGB (Red+Green+Blue) = 133+36+63=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85243F is #7ADBC0. Grayscale: #444444. Windows color (decimal): -8051649 or 4138117. OLE color: 4138117.

HSL color Cylindrical-coordinate representation of color #85243F: hue angle of 343.3º 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 #85243F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 63 -
CMYK 0 0.73 0.53 0.48
HSL 343.3º 0.57% 0.33% -
HSV(B) 343.3º 0.73% 0.52% -
XYZ 11.2 6.61 5.39 -
YUV 68.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 133 36 63 0 0.73 0.53 0.48 343.3 0.57 0.33
Hex 85 24 3F 0 49 35 30 157 39 21
Octal 205 44 77 0 111 65 60 527 71 41
Binary 10000101 100100 111111 0 1001001 110101 110000 101010111 111001 100001

Color Harmonies of #85243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85243F

Black with #85243F

Text Example


Text Example

White with #85243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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