Html Css Color HEX #821233 Scarlett

📋 copy color: '#821233'

red 130 ◦ green 18 ◦ blue 51

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

Shades of Scarlett #821233

Tints of Scarlett #821233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 65.33%
G = 9.05%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#821233 (or 0x821233) is known color: Scarlett. HEX triplet: 82, 12 and 33. RGB value is (130,18,51). Sum of RGB (Red+Green+Blue) = 130+18+51=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #821233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821233 is #7DEDCC. Grayscale: #373737. Windows color (decimal): -8252877 or 3347074. OLE color: 3347074.

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

Color convert

RGB 130 18 51 -
CMYK 0 0.86 0.61 0.49
HSL 342.32º 0.76% 0.29% -
HSV(B) 342.32º 0.86% 0.51% -
XYZ 10.02 5.42 3.65 -
YUV 55.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 130 18 51 0 0.86 0.61 0.49 342.32 0.76 0.29
Hex 82 12 33 0 56 3D 31 156 4C 1D
Octal 202 22 63 0 126 75 61 526 114 35
Binary 10000010 10010 110011 0 1010110 111101 110001 101010110 1001100 11101

Color Harmonies of #821233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821233

Black with #821233

Text Example


Text Example

White with #821233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821233; }

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

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

background-color css

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

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

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

border-color css

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

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

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