Html Css Color HEX #811430 Scarlett

📋 copy color: '#811430'

red 129 ◦ green 20 ◦ blue 48

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

Shades of Scarlett #811430

Tints of Scarlett #811430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 65.48%
G = 10.15%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#811430 (or 0x811430) is known color: Scarlett. HEX triplet: 81, 14 and 30. RGB value is (129,20,48). Sum of RGB (Red+Green+Blue) = 129+20+48=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811430 is #7EEBCF. Grayscale: #373737. Windows color (decimal): -8317904 or 3150977. OLE color: 3150977.

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

Color convert

RGB 129 20 48 -
CMYK 0 0.84 0.63 0.49
HSL 344.59º 0.73% 0.29% -
HSV(B) 344.59º 0.84% 0.51% -
XYZ 9.84 5.38 3.32 -
YUV 55.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 129 20 48 0 0.84 0.63 0.49 344.59 0.73 0.29
Hex 81 14 30 0 54 3F 31 159 49 1D
Octal 201 24 60 0 124 77 61 531 111 35
Binary 10000001 10100 110000 0 1010100 111111 110001 101011001 1001001 11101

Color Harmonies of #811430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811430

Black with #811430

Text Example


Text Example

White with #811430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811430; }

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

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

background-color css

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

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

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

border-color css

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

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

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