Html Css Color HEX #82183A Scarlett

📋 copy color: '#82183A'

red 130 ◦ green 24 ◦ blue 58

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

Shades of Scarlett #82183A

Tints of Scarlett #82183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 61.32%
G = 11.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82183A (or 0x82183A) is known color: Scarlett. HEX triplet: 82, 18 and 3A. RGB value is (130,24,58). Sum of RGB (Red+Green+Blue) = 130+24+58=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82183A is #7DE7C5. Grayscale: #3B3B3B. Windows color (decimal): -8251334 or 3807362. OLE color: 3807362.

HSL color Cylindrical-coordinate representation of color #82183A: hue angle of 340.75º 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 #82183A is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 58 -
CMYK 0 0.82 0.55 0.49
HSL 340.75º 0.69% 0.3% -
HSV(B) 340.75º 0.82% 0.51% -
XYZ 10.3 5.7 4.56 -
YUV 59.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 130 24 58 0 0.82 0.55 0.49 340.75 0.69 0.3
Hex 82 18 3A 0 52 37 31 155 45 1E
Octal 202 30 72 0 122 67 61 525 105 36
Binary 10000010 11000 111010 0 1010010 110111 110001 101010101 1000101 11110

Color Harmonies of #82183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82183A

Black with #82183A

Text Example


Text Example

White with #82183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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