Html Css Color HEX #811725 Scarlett

📋 copy color: '#811725'

red 129 ◦ green 23 ◦ blue 37

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

Shades of Scarlett #811725

Tints of Scarlett #811725

RGB

 RED value IS 129 (50.78% from 255) = 68.25%

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

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

R = 68.25%
G = 12.17%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#811725 (or 0x811725) is known color: Scarlett. HEX triplet: 81, 17 and 25. RGB value is (129,23,37). Sum of RGB (Red+Green+Blue) = 129+23+37=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #811725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811725 is #7EE8DA. Grayscale: #383838. Windows color (decimal): -8317147 or 2430849. OLE color: 2430849.

HSL color Cylindrical-coordinate representation of color #811725: hue angle of 352.08º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811725 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 23 37 -
CMYK 0 0.82 0.71 0.49
HSL 352.08º 0.7% 0.3% -
HSV(B) 352.08º 0.82% 0.51% -
XYZ 9.69 5.41 2.28 -
YUV 56.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 129 23 37 0 0.82 0.71 0.49 352.08 0.7 0.3
Hex 81 17 25 0 52 47 31 160 46 1E
Octal 201 27 45 0 122 107 61 540 106 36
Binary 10000001 10111 100101 0 1010010 1000111 110001 101100000 1000110 11110

Color Harmonies of #811725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811725

Black with #811725

Text Example


Text Example

White with #811725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811725; }

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

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

background-color css

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

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

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

border-color css

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

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

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