Html Css Color HEX #82132F Scarlett

📋 copy color: '#82132F'

red 130 ◦ green 19 ◦ blue 47

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

Shades of Scarlett #82132F

Tints of Scarlett #82132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 66.33%
G = 9.69%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82132F (or 0x82132F) is known color: Scarlett. HEX triplet: 82, 13 and 2F. RGB value is (130,19,47). Sum of RGB (Red+Green+Blue) = 130+19+47=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82132F is #7DECD0. Grayscale: #373737. Windows color (decimal): -8252625 or 3085186. OLE color: 3085186.

HSL color Cylindrical-coordinate representation of color #82132F: hue angle of 344.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82132F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 47 -
CMYK 0 0.85 0.64 0.49
HSL 344.86º 0.74% 0.29% -
HSV(B) 344.86º 0.85% 0.51% -
XYZ 9.95 5.42 3.21 -
YUV 55.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 130 19 47 0 0.85 0.64 0.49 344.86 0.74 0.29
Hex 82 13 2F 0 55 40 31 159 4A 1D
Octal 202 23 57 0 125 100 61 531 112 35
Binary 10000010 10011 101111 0 1010101 1000000 110001 101011001 1001010 11101

Color Harmonies of #82132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82132F

Black with #82132F

Text Example


Text Example

White with #82132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82132F; }

 p { color: rgb(130,19,47); }

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

background-color css

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

 a { background-color: rgb(130,19,47); }

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

border-color css

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

 span { border-color: rgb(130,19,47); }

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