Html Css Color HEX #851529 Scarlett

📋 copy color: '#851529'

red 133 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #851529

Tints of Scarlett #851529

RGB

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

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

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

R = 68.21%
G = 10.77%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#851529 (or 0x851529) is known color: Scarlett. HEX triplet: 85, 15 and 29. RGB value is (133,21,41). Sum of RGB (Red+Green+Blue) = 133+21+41=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #851529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851529 is #7AEAD6. Grayscale: #383838. Windows color (decimal): -8055511 or 2692485. OLE color: 2692485.

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

Color convert

RGB 133 21 41 -
CMYK 0 0.84 0.69 0.48
HSL 349.29º 0.73% 0.3% -
HSV(B) 349.29º 0.84% 0.52% -
XYZ 10.34 5.68 2.65 -
YUV 56.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 133 21 41 0 0.84 0.69 0.48 349.29 0.73 0.3
Hex 85 15 29 0 54 45 30 15D 49 1E
Octal 205 25 51 0 124 105 60 535 111 36
Binary 10000101 10101 101001 0 1010100 1000101 110000 101011101 1001001 11110

Color Harmonies of #851529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851529

Black with #851529

Text Example


Text Example

White with #851529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851529; }

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

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

background-color css

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

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

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

border-color css

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

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

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