Html Css Color HEX #85182E Scarlett

📋 copy color: '#85182E'

red 133 ◦ green 24 ◦ blue 46

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

Shades of Scarlett #85182E

Tints of Scarlett #85182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 46 (18.36% from 255) = 22.66%

R = 65.52%
G = 11.82%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85182E (or 0x85182E) is known color: Scarlett. HEX triplet: 85, 18 and 2E. RGB value is (133,24,46). Sum of RGB (Red+Green+Blue) = 133+24+46=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85182E is #7AE7D1. Grayscale: #3B3B3B. Windows color (decimal): -8054738 or 3020933. OLE color: 3020933.

HSL color Cylindrical-coordinate representation of color #85182E: hue angle of 347.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85182E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 46 -
CMYK 0 0.82 0.65 0.48
HSL 347.89º 0.69% 0.31% -
HSV(B) 347.89º 0.82% 0.52% -
XYZ 10.49 5.84 3.16 -
YUV 59.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 133 24 46 0 0.82 0.65 0.48 347.89 0.69 0.31
Hex 85 18 2E 0 52 41 30 15C 45 1F
Octal 205 30 56 0 122 101 60 534 105 37
Binary 10000101 11000 101110 0 1010010 1000001 110000 101011100 1000101 11111

Color Harmonies of #85182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85182E

Black with #85182E

Text Example


Text Example

White with #85182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85182E; }

 p { color: rgb(133,24,46); }

 H1.HeaderClassName
 {
   color: #85182E;
 }
 .AnyTagClassName
 {
   color: #85182E;
 }
</style>

background-color css

<style>
 a { background-color: #85182E; }

 a { background-color: rgb(133,24,46); }

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

border-color css

<style>
 span { border-color: #85182E; }

 span { border-color: rgb(133,24,46); }

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