Html Css Color HEX #812130 Scarlett

📋 copy color: '#812130'

red 129 ◦ green 33 ◦ blue 48

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

Shades of Scarlett #812130

Tints of Scarlett #812130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 61.43%
G = 15.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#812130 (or 0x812130) is known color: Scarlett. HEX triplet: 81, 21 and 30. RGB value is (129,33,48). Sum of RGB (Red+Green+Blue) = 129+33+48=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #812130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812130 is #7EDECF. Grayscale: #3F3F3F. Windows color (decimal): -8314576 or 3154305. OLE color: 3154305.

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

Color convert

RGB 129 33 48 -
CMYK 0 0.74 0.63 0.49
HSL 350.63º 0.59% 0.32% -
HSV(B) 350.63º 0.74% 0.51% -
XYZ 10.13 5.97 3.41 -
YUV 63.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 129 33 48 0 0.74 0.63 0.49 350.63 0.59 0.32
Hex 81 21 30 0 4A 3F 31 15F 3B 20
Octal 201 41 60 0 112 77 61 537 73 40
Binary 10000001 100001 110000 0 1001010 111111 110001 101011111 111011 100000

Color Harmonies of #812130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812130

Black with #812130

Text Example


Text Example

White with #812130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812130; }

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

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

background-color css

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

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

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

border-color css

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

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

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