Html Css Color HEX #851925 Scarlett

📋 copy color: '#851925'

red 133 ◦ green 25 ◦ blue 37

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

Shades of Scarlett #851925

Tints of Scarlett #851925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 68.21%
G = 12.82%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#851925 (or 0x851925) is known color: Scarlett. HEX triplet: 85, 19 and 25. RGB value is (133,25,37). Sum of RGB (Red+Green+Blue) = 133+25+37=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #851925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851925 is #7AE6DA. Grayscale: #3A3A3A. Windows color (decimal): -8054491 or 2431365. OLE color: 2431365.

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

Color convert

RGB 133 25 37 -
CMYK 0 0.81 0.72 0.48
HSL 353.33º 0.68% 0.31% -
HSV(B) 353.33º 0.81% 0.52% -
XYZ 10.35 5.82 2.33 -
YUV 58.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 133 25 37 0 0.81 0.72 0.48 353.33 0.68 0.31
Hex 85 19 25 0 51 48 30 161 44 1F
Octal 205 31 45 0 121 110 60 541 104 37
Binary 10000101 11001 100101 0 1010001 1001000 110000 101100001 1000100 11111

Color Harmonies of #851925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851925

Black with #851925

Text Example


Text Example

White with #851925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851925; }

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

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

background-color css

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

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

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

border-color css

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

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

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