Html Css Color HEX #851523 Scarlett

📋 copy color: '#851523'

red 133 ◦ green 21 ◦ blue 35

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

Shades of Scarlett #851523

Tints of Scarlett #851523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 35 (14.06% from 255) = 18.52%

R = 70.37%
G = 11.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#851523 (or 0x851523) is known color: Scarlett. HEX triplet: 85, 15 and 23. RGB value is (133,21,35). Sum of RGB (Red+Green+Blue) = 133+21+35=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851523 is #7AEADC. Grayscale: #383838. Windows color (decimal): -8055517 or 2299269. OLE color: 2299269.

HSL color Cylindrical-coordinate representation of color #851523: hue angle of 352.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851523 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 35 -
CMYK 0 0.84 0.74 0.48
HSL 352.5º 0.73% 0.3% -
HSV(B) 352.5º 0.84% 0.52% -
XYZ 10.24 5.64 2.14 -
YUV 56.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 133 21 35 0 0.84 0.74 0.48 352.5 0.73 0.3
Hex 85 15 23 0 54 4A 30 160 49 1E
Octal 205 25 43 0 124 112 60 540 111 36
Binary 10000101 10101 100011 0 1010100 1001010 110000 101100000 1001001 11110

Color Harmonies of #851523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851523

Black with #851523

Text Example


Text Example

White with #851523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851523; }

 p { color: rgb(133,21,35); }

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

background-color css

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

 a { background-color: rgb(133,21,35); }

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

border-color css

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

 span { border-color: rgb(133,21,35); }

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