Html Css Color HEX #851933 Scarlett

📋 copy color: '#851933'

red 133 ◦ green 25 ◦ blue 51

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

Shades of Scarlett #851933

Tints of Scarlett #851933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 63.64%
G = 11.96%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851933 (or 0x851933) is known color: Scarlett. HEX triplet: 85, 19 and 33. RGB value is (133,25,51). Sum of RGB (Red+Green+Blue) = 133+25+51=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851933 is #7AE6CC. Grayscale: #3C3C3C. Windows color (decimal): -8054477 or 3348869. OLE color: 3348869.

HSL color Cylindrical-coordinate representation of color #851933: hue angle of 345.56º 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 #851933 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 51 -
CMYK 0 0.81 0.62 0.48
HSL 345.56º 0.68% 0.31% -
HSV(B) 345.56º 0.81% 0.52% -
XYZ 10.62 5.92 3.72 -
YUV 60.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 133 25 51 0 0.81 0.62 0.48 345.56 0.68 0.31
Hex 85 19 33 0 51 3E 30 15A 44 1F
Octal 205 31 63 0 121 76 60 532 104 37
Binary 10000101 11001 110011 0 1010001 111110 110000 101011010 1000100 11111

Color Harmonies of #851933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851933

Black with #851933

Text Example


Text Example

White with #851933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851933; }

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

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

background-color css

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

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

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

border-color css

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

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

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