Html Css Color HEX #85202C Scarlett

📋 copy color: '#85202C'

red 133 ◦ green 32 ◦ blue 44

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

Shades of Scarlett #85202C

Tints of Scarlett #85202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 63.64%
G = 15.31%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85202C (or 0x85202C) is known color: Scarlett. HEX triplet: 85, 20 and 2C. RGB value is (133,32,44). Sum of RGB (Red+Green+Blue) = 133+32+44=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85202C is #7ADFD3. Grayscale: #3F3F3F. Windows color (decimal): -8052692 or 2891909. OLE color: 2891909.

HSL color Cylindrical-coordinate representation of color #85202C: hue angle of 352.87º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85202C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 44 -
CMYK 0 0.76 0.67 0.48
HSL 352.87º 0.61% 0.32% -
HSV(B) 352.87º 0.76% 0.52% -
XYZ 10.64 6.2 3.02 -
YUV 63.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 133 32 44 0 0.76 0.67 0.48 352.87 0.61 0.32
Hex 85 20 2C 0 4C 43 30 161 3D 20
Octal 205 40 54 0 114 103 60 541 75 40
Binary 10000101 100000 101100 0 1001100 1000011 110000 101100001 111101 100000

Color Harmonies of #85202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85202C

Black with #85202C

Text Example


Text Example

White with #85202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,32,44); }

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

background-color css

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

 a { background-color: rgb(133,32,44); }

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

border-color css

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

 span { border-color: rgb(133,32,44); }

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