Html Css Color HEX #851928 Scarlett

📋 copy color: '#851928'

red 133 ◦ green 25 ◦ blue 40

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

Shades of Scarlett #851928

Tints of Scarlett #851928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 67.17%
G = 12.63%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#851928 (or 0x851928) is known color: Scarlett. HEX triplet: 85, 19 and 28. RGB value is (133,25,40). Sum of RGB (Red+Green+Blue) = 133+25+40=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #851928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851928 is #7AE6D7. Grayscale: #3B3B3B. Windows color (decimal): -8054488 or 2627973. OLE color: 2627973.

HSL color Cylindrical-coordinate representation of color #851928: hue angle of 351.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851928 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 40 -
CMYK 0 0.81 0.70 0.48
HSL 351.67º 0.68% 0.31% -
HSV(B) 351.67º 0.81% 0.52% -
XYZ 10.4 5.84 2.59 -
YUV 59 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 133 25 40 0 0.81 0.70 0.48 351.67 0.68 0.31
Hex 85 19 28 0 51 46 30 160 44 1F
Octal 205 31 50 0 121 106 60 540 104 37
Binary 10000101 11001 101000 0 1010001 1000110 110000 101100000 1000100 11111

Color Harmonies of #851928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851928

Black with #851928

Text Example


Text Example

White with #851928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851928; }

 p { color: rgb(133,25,40); }

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

background-color css

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

 a { background-color: rgb(133,25,40); }

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

border-color css

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

 span { border-color: rgb(133,25,40); }

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