Html Css Color HEX #85122F Scarlett

📋 copy color: '#85122F'

red 133 ◦ green 18 ◦ blue 47

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

Shades of Scarlett #85122F

Tints of Scarlett #85122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 67.17%
G = 9.09%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85122F (or 0x85122F) is known color: Scarlett. HEX triplet: 85, 12 and 2F. RGB value is (133,18,47). Sum of RGB (Red+Green+Blue) = 133+18+47=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122F is #7AEDD0. Grayscale: #373737. Windows color (decimal): -8056273 or 3084933. OLE color: 3084933.

HSL color Cylindrical-coordinate representation of color #85122F: hue angle of 344.87º degrees, saturation: 0.76, 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 #85122F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 47 -
CMYK 0 0.86 0.65 0.48
HSL 344.87º 0.76% 0.3% -
HSV(B) 344.87º 0.86% 0.52% -
XYZ 10.4 5.62 3.23 -
YUV 55.69 123.1 183.14 -
System Red Green Blue C M Y K H S L
Decimal 133 18 47 0 0.86 0.65 0.48 344.87 0.76 0.3
Hex 85 12 2F 0 56 41 30 159 4C 1E
Octal 205 22 57 0 126 101 60 531 114 36
Binary 10000101 10010 101111 0 1010110 1000001 110000 101011001 1001100 11110

Color Harmonies of #85122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85122F

Black with #85122F

Text Example


Text Example

White with #85122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85122F; }

 p { color: rgb(133,18,47); }

 H1.HeaderClassName
 {
   color: #85122F;
 }
 .AnyTagClassName
 {
   color: #85122F;
 }
</style>

background-color css

<style>
 a { background-color: #85122F; }

 a { background-color: rgb(133,18,47); }

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

border-color css

<style>
 span { border-color: #85122F; }

 span { border-color: rgb(133,18,47); }

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