Html Css Color HEX #812030 Scarlett

📋 copy color: '#812030'

red 129 ◦ green 32 ◦ blue 48

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

Shades of Scarlett #812030

Tints of Scarlett #812030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 61.72%
G = 15.31%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#812030 (or 0x812030) is known color: Scarlett. HEX triplet: 81, 20 and 30. RGB value is (129,32,48). Sum of RGB (Red+Green+Blue) = 129+32+48=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #812030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812030 is #7EDFCF. Grayscale: #3E3E3E. Windows color (decimal): -8314832 or 3154049. OLE color: 3154049.

HSL color Cylindrical-coordinate representation of color #812030: hue angle of 350.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812030 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 48 -
CMYK 0 0.75 0.63 0.49
HSL 350.1º 0.6% 0.32% -
HSV(B) 350.1º 0.75% 0.51% -
XYZ 10.1 5.91 3.41 -
YUV 62.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 129 32 48 0 0.75 0.63 0.49 350.1 0.6 0.32
Hex 81 20 30 0 4B 3F 31 15E 3C 20
Octal 201 40 60 0 113 77 61 536 74 40
Binary 10000001 100000 110000 0 1001011 111111 110001 101011110 111100 100000

Color Harmonies of #812030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812030

Black with #812030

Text Example


Text Example

White with #812030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812030; }

 p { color: rgb(129,32,48); }

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

background-color css

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

 a { background-color: rgb(129,32,48); }

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

border-color css

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

 span { border-color: rgb(129,32,48); }

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