Html Css Color HEX #812630 Scarlett

📋 copy color: '#812630'

red 129 ◦ green 38 ◦ blue 48

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

Shades of Scarlett #812630

Tints of Scarlett #812630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 60%
G = 17.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#812630 (or 0x812630) is known color: Scarlett. HEX triplet: 81, 26 and 30. RGB value is (129,38,48). Sum of RGB (Red+Green+Blue) = 129+38+48=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812630 is #7ED9CF. Grayscale: #424242. Windows color (decimal): -8313296 or 3155585. OLE color: 3155585.

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

Color convert

RGB 129 38 48 -
CMYK 0 0.71 0.63 0.49
HSL 353.41º 0.54% 0.33% -
HSV(B) 353.41º 0.71% 0.51% -
XYZ 10.28 6.27 3.46 -
YUV 66.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 129 38 48 0 0.71 0.63 0.49 353.41 0.54 0.33
Hex 81 26 30 0 47 3F 31 161 36 21
Octal 201 46 60 0 107 77 61 541 66 41
Binary 10000001 100110 110000 0 1000111 111111 110001 101100001 110110 100001

Color Harmonies of #812630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812630

Black with #812630

Text Example


Text Example

White with #812630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812630; }

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

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

background-color css

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

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

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

border-color css

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

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

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