Html Css Color HEX #85143A Scarlett

📋 copy color: '#85143A'

red 133 ◦ green 20 ◦ blue 58

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

Shades of Scarlett #85143A

Tints of Scarlett #85143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 63.03%
G = 9.48%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85143A (or 0x85143A) is known color: Scarlett. HEX triplet: 85, 14 and 3A. RGB value is (133,20,58). Sum of RGB (Red+Green+Blue) = 133+20+58=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85143A is #7AEBC5. Grayscale: #3A3A3A. Windows color (decimal): -8055750 or 3806341. OLE color: 3806341.

HSL color Cylindrical-coordinate representation of color #85143A: hue angle of 339.82º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85143A is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 58 -
CMYK 0 0.85 0.56 0.48
HSL 339.82º 0.74% 0.3% -
HSV(B) 339.82º 0.85% 0.52% -
XYZ 10.69 5.79 4.56 -
YUV 58.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 133 20 58 0 0.85 0.56 0.48 339.82 0.74 0.3
Hex 85 14 3A 0 55 38 30 154 4A 1E
Octal 205 24 72 0 125 70 60 524 112 36
Binary 10000101 10100 111010 0 1010101 111000 110000 101010100 1001010 11110

Color Harmonies of #85143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85143A

Black with #85143A

Text Example


Text Example

White with #85143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85143A; }

 p { color: rgb(133,20,58); }

 H1.HeaderClassName
 {
   color: #85143A;
 }
 .AnyTagClassName
 {
   color: #85143A;
 }
</style>

background-color css

<style>
 a { background-color: #85143A; }

 a { background-color: rgb(133,20,58); }

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

border-color css

<style>
 span { border-color: #85143A; }

 span { border-color: rgb(133,20,58); }

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