Html Css Color HEX #812135 Scarlett

📋 copy color: '#812135'

red 129 ◦ green 33 ◦ blue 53

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

Shades of Scarlett #812135

Tints of Scarlett #812135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 60%
G = 15.35%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#812135 (or 0x812135) is known color: Scarlett. HEX triplet: 81, 21 and 35. RGB value is (129,33,53). Sum of RGB (Red+Green+Blue) = 129+33+53=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812135 is #7EDECA. Grayscale: #3F3F3F. Windows color (decimal): -8314571 or 3481985. OLE color: 3481985.

HSL color Cylindrical-coordinate representation of color #812135: hue angle of 347.5º 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 #812135 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 53 -
CMYK 0 0.74 0.59 0.49
HSL 347.5º 0.59% 0.32% -
HSV(B) 347.5º 0.74% 0.51% -
XYZ 10.24 6.01 3.99 -
YUV 63.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 129 33 53 0 0.74 0.59 0.49 347.5 0.59 0.32
Hex 81 21 35 0 4A 3B 31 15C 3B 20
Octal 201 41 65 0 112 73 61 534 73 40
Binary 10000001 100001 110101 0 1001010 111011 110001 101011100 111011 100000

Color Harmonies of #812135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812135

Black with #812135

Text Example


Text Example

White with #812135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812135; }

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

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

background-color css

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

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

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

border-color css

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

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

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