Html Css Color HEX #851628 Scarlett

📋 copy color: '#851628'

red 133 ◦ green 22 ◦ blue 40

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

Shades of Scarlett #851628

Tints of Scarlett #851628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.28%

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

R = 68.21%
G = 11.28%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#851628 (or 0x851628) is known color: Scarlett. HEX triplet: 85, 16 and 28. RGB value is (133,22,40). Sum of RGB (Red+Green+Blue) = 133+22+40=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #851628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851628 is #7AE9D7. Grayscale: #393939. Windows color (decimal): -8055256 or 2627205. OLE color: 2627205.

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

Color convert

RGB 133 22 40 -
CMYK 0 0.83 0.70 0.48
HSL 350.27º 0.72% 0.3% -
HSV(B) 350.27º 0.83% 0.52% -
XYZ 10.34 5.71 2.57 -
YUV 57.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 133 22 40 0 0.83 0.70 0.48 350.27 0.72 0.3
Hex 85 16 28 0 53 46 30 15E 48 1E
Octal 205 26 50 0 123 106 60 536 110 36
Binary 10000101 10110 101000 0 1010011 1000110 110000 101011110 1001000 11110

Color Harmonies of #851628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851628

Black with #851628

Text Example


Text Example

White with #851628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851628; }

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

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

background-color css

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

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

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

border-color css

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

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

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