Html Css Color HEX #821833 Scarlett

📋 copy color: '#821833'

red 130 ◦ green 24 ◦ blue 51

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

Shades of Scarlett #821833

Tints of Scarlett #821833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

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

R = 63.41%
G = 11.71%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#821833 (or 0x821833) is known color: Scarlett. HEX triplet: 82, 18 and 33. RGB value is (130,24,51). Sum of RGB (Red+Green+Blue) = 130+24+51=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #821833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821833 is #7DE7CC. Grayscale: #3A3A3A. Windows color (decimal): -8251341 or 3348610. OLE color: 3348610.

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

Color convert

RGB 130 24 51 -
CMYK 0 0.82 0.61 0.49
HSL 344.72º 0.69% 0.3% -
HSV(B) 344.72º 0.82% 0.51% -
XYZ 10.13 5.64 3.69 -
YUV 58.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 130 24 51 0 0.82 0.61 0.49 344.72 0.69 0.3
Hex 82 18 33 0 52 3D 31 159 45 1E
Octal 202 30 63 0 122 75 61 531 105 36
Binary 10000010 11000 110011 0 1010010 111101 110001 101011001 1000101 11110

Color Harmonies of #821833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821833

Black with #821833

Text Example


Text Example

White with #821833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821833; }

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

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

background-color css

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

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

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

border-color css

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

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

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