Html Css Color HEX #85123A Scarlett

📋 copy color: '#85123A'

red 133 ◦ green 18 ◦ blue 58

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

Shades of Scarlett #85123A

Tints of Scarlett #85123A

RGB

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

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

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

R = 63.64%
G = 8.61%
B = 27.75%

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

#85123A (or 0x85123A) is known color: Scarlett. HEX triplet: 85, 12 and 3A. RGB value is (133,18,58). Sum of RGB (Red+Green+Blue) = 133+18+58=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85123A is #7AEDC5. Grayscale: #383838. Windows color (decimal): -8056262 or 3805829. OLE color: 3805829.

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

Color convert

RGB 133 18 58 -
CMYK 0 0.86 0.56 0.48
HSL 339.13º 0.76% 0.3% -
HSV(B) 339.13º 0.86% 0.52% -
XYZ 10.65 5.72 4.55 -
YUV 56.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 133 18 58 0 0.86 0.56 0.48 339.13 0.76 0.3
Hex 85 12 3A 0 56 38 30 153 4C 1E
Octal 205 22 72 0 126 70 60 523 114 36
Binary 10000101 10010 111010 0 1010110 111000 110000 101010011 1001100 11110

Color Harmonies of #85123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85123A

Black with #85123A

Text Example


Text Example

White with #85123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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