Html Css Color HEX #82232D Scarlett

📋 copy color: '#82232D'

red 130 ◦ green 35 ◦ blue 45

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

Shades of Scarlett #82232D

Tints of Scarlett #82232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 61.9%
G = 16.67%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82232D (or 0x82232D) is known color: Scarlett. HEX triplet: 82, 23 and 2D. RGB value is (130,35,45). Sum of RGB (Red+Green+Blue) = 130+35+45=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82232D is #7DDCD2. Grayscale: #404040. Windows color (decimal): -8248531 or 2958210. OLE color: 2958210.

HSL color Cylindrical-coordinate representation of color #82232D: hue angle of 353.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82232D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 45 -
CMYK 0 0.73 0.65 0.49
HSL 353.68º 0.58% 0.32% -
HSV(B) 353.68º 0.73% 0.51% -
XYZ 10.28 6.14 3.13 -
YUV 64.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 130 35 45 0 0.73 0.65 0.49 353.68 0.58 0.32
Hex 82 23 2D 0 49 41 31 162 3A 20
Octal 202 43 55 0 111 101 61 542 72 40
Binary 10000010 100011 101101 0 1001001 1000001 110001 101100010 111010 100000

Color Harmonies of #82232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82232D

Black with #82232D

Text Example


Text Example

White with #82232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82232D; }

 p { color: rgb(130,35,45); }

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

background-color css

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

 a { background-color: rgb(130,35,45); }

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

border-color css

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

 span { border-color: rgb(130,35,45); }

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