Html Css Color HEX #851927 Scarlett

📋 copy color: '#851927'

red 133 ◦ green 25 ◦ blue 39

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

Shades of Scarlett #851927

Tints of Scarlett #851927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 67.51%
G = 12.69%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#851927 (or 0x851927) is known color: Scarlett. HEX triplet: 85, 19 and 27. RGB value is (133,25,39). Sum of RGB (Red+Green+Blue) = 133+25+39=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #851927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851927 is #7AE6D8. Grayscale: #3A3A3A. Windows color (decimal): -8054489 or 2562437. OLE color: 2562437.

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

Color convert

RGB 133 25 39 -
CMYK 0 0.81 0.71 0.48
HSL 352.22º 0.68% 0.31% -
HSV(B) 352.22º 0.81% 0.52% -
XYZ 10.39 5.83 2.5 -
YUV 58.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 133 25 39 0 0.81 0.71 0.48 352.22 0.68 0.31
Hex 85 19 27 0 51 47 30 160 44 1F
Octal 205 31 47 0 121 107 60 540 104 37
Binary 10000101 11001 100111 0 1010001 1000111 110000 101100000 1000100 11111

Color Harmonies of #851927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851927

Black with #851927

Text Example


Text Example

White with #851927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851927; }

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

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

background-color css

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

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

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

border-color css

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

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

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