Html Css Color HEX #851622 Scarlett

📋 copy color: '#851622'

red 133 ◦ green 22 ◦ blue 34

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

Shades of Scarlett #851622

Tints of Scarlett #851622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 70.37%
G = 11.64%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#851622 (or 0x851622) is known color: Scarlett. HEX triplet: 85, 16 and 22. RGB value is (133,22,34). Sum of RGB (Red+Green+Blue) = 133+22+34=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851622 is #7AE9DD. Grayscale: #383838. Windows color (decimal): -8055262 or 2233989. OLE color: 2233989.

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

Color convert

RGB 133 22 34 -
CMYK 0 0.83 0.74 0.48
HSL 353.51º 0.72% 0.3% -
HSV(B) 353.51º 0.83% 0.52% -
XYZ 10.25 5.68 2.07 -
YUV 56.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 133 22 34 0 0.83 0.74 0.48 353.51 0.72 0.3
Hex 85 16 22 0 53 4A 30 162 48 1E
Octal 205 26 42 0 123 112 60 542 110 36
Binary 10000101 10110 100010 0 1010011 1001010 110000 101100010 1001000 11110

Color Harmonies of #851622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851622

Black with #851622

Text Example


Text Example

White with #851622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851622; }

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

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

background-color css

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

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

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

border-color css

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

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

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