Html Css Color HEX #851725 Scarlett

📋 copy color: '#851725'

red 133 ◦ green 23 ◦ blue 37

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

Shades of Scarlett #851725

Tints of Scarlett #851725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 68.91%
G = 11.92%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#851725 (or 0x851725) is known color: Scarlett. HEX triplet: 85, 17 and 25. RGB value is (133,23,37). Sum of RGB (Red+Green+Blue) = 133+23+37=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #851725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851725 is #7AE8DA. Grayscale: #393939. Windows color (decimal): -8055003 or 2430853. OLE color: 2430853.

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

Color convert

RGB 133 23 37 -
CMYK 0 0.83 0.72 0.48
HSL 352.36º 0.71% 0.31% -
HSV(B) 352.36º 0.83% 0.52% -
XYZ 10.31 5.73 2.31 -
YUV 57.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 133 23 37 0 0.83 0.72 0.48 352.36 0.71 0.31
Hex 85 17 25 0 53 48 30 160 47 1F
Octal 205 27 45 0 123 110 60 540 107 37
Binary 10000101 10111 100101 0 1010011 1001000 110000 101100000 1000111 11111

Color Harmonies of #851725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851725

Black with #851725

Text Example


Text Example

White with #851725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851725; }

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

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

background-color css

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

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

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

border-color css

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

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

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