Html Css Color HEX #821B33 Scarlett

📋 copy color: '#821B33'

red 130 ◦ green 27 ◦ blue 51

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

Shades of Scarlett #821B33

Tints of Scarlett #821B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

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

R = 62.5%
G = 12.98%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#821B33 (or 0x821B33) is known color: Scarlett. HEX triplet: 82, 1B and 33. RGB value is (130,27,51). Sum of RGB (Red+Green+Blue) = 130+27+51=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #821B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B33 is #7DE4CC. Grayscale: #3C3C3C. Windows color (decimal): -8250573 or 3349378. OLE color: 3349378.

HSL color Cylindrical-coordinate representation of color #821B33: hue angle of 346.02º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B33 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 27 51 -
CMYK 0 0.79 0.61 0.49
HSL 346.02º 0.66% 0.31% -
HSV(B) 346.02º 0.79% 0.51% -
XYZ 10.2 5.77 3.71 -
YUV 60.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 130 27 51 0 0.79 0.61 0.49 346.02 0.66 0.31
Hex 82 1B 33 0 4F 3D 31 15A 42 1F
Octal 202 33 63 0 117 75 61 532 102 37
Binary 10000010 11011 110011 0 1001111 111101 110001 101011010 1000010 11111

Color Harmonies of #821B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B33

Black with #821B33

Text Example


Text Example

White with #821B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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