Html Css Color HEX #85133D Scarlett

📋 copy color: '#85133D'

red 133 ◦ green 19 ◦ blue 61

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

Shades of Scarlett #85133D

Tints of Scarlett #85133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 62.44%
G = 8.92%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85133D (or 0x85133D) is known color: Scarlett. HEX triplet: 85, 13 and 3D. RGB value is (133,19,61). Sum of RGB (Red+Green+Blue) = 133+19+61=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85133D is #7AECC2. Grayscale: #393939. Windows color (decimal): -8056003 or 4002693. OLE color: 4002693.

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

Color convert

RGB 133 19 61 -
CMYK 0 0.86 0.54 0.48
HSL 337.89º 0.75% 0.3% -
HSV(B) 337.89º 0.86% 0.52% -
XYZ 10.75 5.79 4.97 -
YUV 57.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 133 19 61 0 0.86 0.54 0.48 337.89 0.75 0.3
Hex 85 13 3D 0 56 36 30 152 4B 1E
Octal 205 23 75 0 126 66 60 522 113 36
Binary 10000101 10011 111101 0 1010110 110110 110000 101010010 1001011 11110

Color Harmonies of #85133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85133D

Black with #85133D

Text Example


Text Example

White with #85133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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