Html Css Color HEX #85133B Scarlett

📋 copy color: '#85133B'

red 133 ◦ green 19 ◦ blue 59

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

Shades of Scarlett #85133B

Tints of Scarlett #85133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 63.03%
G = 9%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85133B (or 0x85133B) is known color: Scarlett. HEX triplet: 85, 13 and 3B. RGB value is (133,19,59). Sum of RGB (Red+Green+Blue) = 133+19+59=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85133B is #7AECC4. Grayscale: #393939. Windows color (decimal): -8056005 or 3871621. OLE color: 3871621.

HSL color Cylindrical-coordinate representation of color #85133B: hue angle of 338.95º 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 #85133B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 59 -
CMYK 0 0.86 0.56 0.48
HSL 338.95º 0.75% 0.3% -
HSV(B) 338.95º 0.86% 0.52% -
XYZ 10.7 5.77 4.69 -
YUV 57.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 133 19 59 0 0.86 0.56 0.48 338.95 0.75 0.3
Hex 85 13 3B 0 56 38 30 153 4B 1E
Octal 205 23 73 0 126 70 60 523 113 36
Binary 10000101 10011 111011 0 1010110 111000 110000 101010011 1001011 11110

Color Harmonies of #85133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85133B

Black with #85133B

Text Example


Text Example

White with #85133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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