Html Css Color HEX #821333 Scarlett

📋 copy color: '#821333'

red 130 ◦ green 19 ◦ blue 51

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

Shades of Scarlett #821333

Tints of Scarlett #821333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 65%
G = 9.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#821333 (or 0x821333) is known color: Scarlett. HEX triplet: 82, 13 and 33. RGB value is (130,19,51). Sum of RGB (Red+Green+Blue) = 130+19+51=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #821333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821333 is #7DECCC. Grayscale: #373737. Windows color (decimal): -8252621 or 3347330. OLE color: 3347330.

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

Color convert

RGB 130 19 51 -
CMYK 0 0.85 0.61 0.49
HSL 342.7º 0.74% 0.29% -
HSV(B) 342.7º 0.85% 0.51% -
XYZ 10.04 5.45 3.66 -
YUV 55.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 130 19 51 0 0.85 0.61 0.49 342.7 0.74 0.29
Hex 82 13 33 0 55 3D 31 157 4A 1D
Octal 202 23 63 0 125 75 61 527 112 35
Binary 10000010 10011 110011 0 1010101 111101 110001 101010111 1001010 11101

Color Harmonies of #821333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821333

Black with #821333

Text Example


Text Example

White with #821333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821333; }

 p { color: rgb(130,19,51); }

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

background-color css

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

 a { background-color: rgb(130,19,51); }

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

border-color css

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

 span { border-color: rgb(130,19,51); }

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