Html Css Color HEX #851929 Scarlett

📋 copy color: '#851929'

red 133 ◦ green 25 ◦ blue 41

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

Shades of Scarlett #851929

Tints of Scarlett #851929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 66.83%
G = 12.56%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#851929 (or 0x851929) is known color: Scarlett. HEX triplet: 85, 19 and 29. RGB value is (133,25,41). Sum of RGB (Red+Green+Blue) = 133+25+41=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851929 is #7AE6D6. Grayscale: #3B3B3B. Windows color (decimal): -8054487 or 2693509. OLE color: 2693509.

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

Color convert

RGB 133 25 41 -
CMYK 0 0.81 0.69 0.48
HSL 351.11º 0.68% 0.31% -
HSV(B) 351.11º 0.81% 0.52% -
XYZ 10.42 5.84 2.68 -
YUV 59.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 133 25 41 0 0.81 0.69 0.48 351.11 0.68 0.31
Hex 85 19 29 0 51 45 30 15F 44 1F
Octal 205 31 51 0 121 105 60 537 104 37
Binary 10000101 11001 101001 0 1010001 1000101 110000 101011111 1000100 11111

Color Harmonies of #851929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851929

Black with #851929

Text Example


Text Example

White with #851929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851929; }

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

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

background-color css

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

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

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

border-color css

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

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

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