Html Css Color HEX #851133 Scarlett

📋 copy color: '#851133'

red 133 ◦ green 17 ◦ blue 51

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

Shades of Scarlett #851133

Tints of Scarlett #851133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 66.17%
G = 8.46%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851133 (or 0x851133) is known color: Scarlett. HEX triplet: 85, 11 and 33. RGB value is (133,17,51). Sum of RGB (Red+Green+Blue) = 133+17+51=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #851133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851133 is #7AEECC. Grayscale: #373737. Windows color (decimal): -8056525 or 3346821. OLE color: 3346821.

HSL color Cylindrical-coordinate representation of color #851133: hue angle of 342.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851133 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 51 -
CMYK 0 0.87 0.62 0.48
HSL 342.41º 0.77% 0.29% -
HSV(B) 342.41º 0.87% 0.52% -
XYZ 10.47 5.63 3.67 -
YUV 55.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 133 17 51 0 0.87 0.62 0.48 342.41 0.77 0.29
Hex 85 11 33 0 57 3E 30 156 4D 1D
Octal 205 21 63 0 127 76 60 526 115 35
Binary 10000101 10001 110011 0 1010111 111110 110000 101010110 1001101 11101

Color Harmonies of #851133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851133

Black with #851133

Text Example


Text Example

White with #851133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851133; }

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

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

background-color css

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

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

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

border-color css

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

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

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