Html Css Color HEX #85133C Scarlett

📋 copy color: '#85133C'

red 133 ◦ green 19 ◦ blue 60

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

Shades of Scarlett #85133C

Tints of Scarlett #85133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 62.74%
G = 8.96%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85133C (or 0x85133C) is known color: Scarlett. HEX triplet: 85, 13 and 3C. RGB value is (133,19,60). Sum of RGB (Red+Green+Blue) = 133+19+60=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85133C is #7AECC3. Grayscale: #393939. Windows color (decimal): -8056004 or 3937157. OLE color: 3937157.

HSL color Cylindrical-coordinate representation of color #85133C: hue angle of 338.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85133C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 60 -
CMYK 0 0.86 0.55 0.48
HSL 338.42º 0.75% 0.3% -
HSV(B) 338.42º 0.86% 0.52% -
XYZ 10.72 5.78 4.83 -
YUV 57.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 133 19 60 0 0.86 0.55 0.48 338.42 0.75 0.3
Hex 85 13 3C 0 56 37 30 152 4B 1E
Octal 205 23 74 0 126 67 60 522 113 36
Binary 10000101 10011 111100 0 1010110 110111 110000 101010010 1001011 11110

Color Harmonies of #85133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85133C

Black with #85133C

Text Example


Text Example

White with #85133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85133C; }

 p { color: rgb(133,19,60); }

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

background-color css

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

 a { background-color: rgb(133,19,60); }

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

border-color css

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

 span { border-color: rgb(133,19,60); }

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