Html Css Color HEX #811C38 Scarlett

📋 copy color: '#811C38'

red 129 ◦ green 28 ◦ blue 56

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

Shades of Scarlett #811C38

Tints of Scarlett #811C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 56 (22.27% from 255) = 26.29%

R = 60.56%
G = 13.15%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#811C38 (or 0x811C38) is known color: Scarlett. HEX triplet: 81, 1C and 38. RGB value is (129,28,56). Sum of RGB (Red+Green+Blue) = 129+28+56=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #811C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C38 is #7EE3C7. Grayscale: #3D3D3D. Windows color (decimal): -8315848 or 3677313. OLE color: 3677313.

HSL color Cylindrical-coordinate representation of color #811C38: hue angle of 343.37º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C38 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 56 -
CMYK 0 0.78 0.57 0.49
HSL 343.37º 0.64% 0.31% -
HSV(B) 343.37º 0.78% 0.51% -
XYZ 10.18 5.78 4.32 -
YUV 61.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 129 28 56 0 0.78 0.57 0.49 343.37 0.64 0.31
Hex 81 1C 38 0 4E 39 31 157 40 1F
Octal 201 34 70 0 116 71 61 527 100 37
Binary 10000001 11100 111000 0 1001110 111001 110001 101010111 1000000 11111

Color Harmonies of #811C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C38

Black with #811C38

Text Example


Text Example

White with #811C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811C38; }

 p { color: rgb(129,28,56); }

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

background-color css

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

 a { background-color: rgb(129,28,56); }

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

border-color css

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

 span { border-color: rgb(129,28,56); }

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