Html Css Color HEX #82202B Scarlett

📋 copy color: '#82202B'

red 130 ◦ green 32 ◦ blue 43

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

Shades of Scarlett #82202B

Tints of Scarlett #82202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 63.41%
G = 15.61%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82202B (or 0x82202B) is known color: Scarlett. HEX triplet: 82, 20 and 2B. RGB value is (130,32,43). Sum of RGB (Red+Green+Blue) = 130+32+43=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202B is #7DDFD4. Grayscale: #3E3E3E. Windows color (decimal): -8249301 or 2826370. OLE color: 2826370.

HSL color Cylindrical-coordinate representation of color #82202B: hue angle of 353.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82202B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 43 -
CMYK 0 0.75 0.67 0.49
HSL 353.27º 0.6% 0.32% -
HSV(B) 353.27º 0.75% 0.51% -
XYZ 10.16 5.95 2.9 -
YUV 62.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 130 32 43 0 0.75 0.67 0.49 353.27 0.6 0.32
Hex 82 20 2B 0 4B 43 31 161 3C 20
Octal 202 40 53 0 113 103 61 541 74 40
Binary 10000010 100000 101011 0 1001011 1000011 110001 101100001 111100 100000

Color Harmonies of #82202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82202B

Black with #82202B

Text Example


Text Example

White with #82202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82202B; }

 p { color: rgb(130,32,43); }

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

background-color css

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

 a { background-color: rgb(130,32,43); }

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

border-color css

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

 span { border-color: rgb(130,32,43); }

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