Html Css Color HEX #821134 Scarlett

📋 copy color: '#821134'

red 130 ◦ green 17 ◦ blue 52

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

Shades of Scarlett #821134

Tints of Scarlett #821134

RGB

 RED value IS 130 (51.17% from 255) = 65.33%

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 65.33%
G = 8.54%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#821134 (or 0x821134) is known color: Scarlett. HEX triplet: 82, 11 and 34. RGB value is (130,17,52). Sum of RGB (Red+Green+Blue) = 130+17+52=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #821134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821134 is #7DEECB. Grayscale: #363636. Windows color (decimal): -8253132 or 3412354. OLE color: 3412354.

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

Color convert

RGB 130 17 52 -
CMYK 0 0.87 0.60 0.49
HSL 341.42º 0.77% 0.29% -
HSV(B) 341.42º 0.87% 0.51% -
XYZ 10.03 5.39 3.76 -
YUV 54.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 130 17 52 0 0.87 0.60 0.49 341.42 0.77 0.29
Hex 82 11 34 0 57 3C 31 155 4D 1D
Octal 202 21 64 0 127 74 61 525 115 35
Binary 10000010 10001 110100 0 1010111 111100 110001 101010101 1001101 11101

Color Harmonies of #821134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821134

Black with #821134

Text Example


Text Example

White with #821134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821134; }

 p { color: rgb(130,17,52); }

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

background-color css

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

 a { background-color: rgb(130,17,52); }

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

border-color css

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

 span { border-color: rgb(130,17,52); }

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