Html Css Color HEX #82142A Scarlett

📋 copy color: '#82142A'

red 130 ◦ green 20 ◦ blue 42

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

Shades of Scarlett #82142A

Tints of Scarlett #82142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 42 (16.8% from 255) = 21.88%

R = 67.71%
G = 10.42%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82142A (or 0x82142A) is known color: Scarlett. HEX triplet: 82, 14 and 2A. RGB value is (130,20,42). Sum of RGB (Red+Green+Blue) = 130+20+42=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82142A is #7DEBD5. Grayscale: #373737. Windows color (decimal): -8252374 or 2757762. OLE color: 2757762.

HSL color Cylindrical-coordinate representation of color #82142A: hue angle of 348º degrees, saturation: 0.73, 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 #82142A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 42 -
CMYK 0 0.85 0.68 0.49
HSL 348º 0.73% 0.29% -
HSV(B) 348º 0.85% 0.51% -
XYZ 9.87 5.41 2.71 -
YUV 55.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 130 20 42 0 0.85 0.68 0.49 348 0.73 0.29
Hex 82 14 2A 0 55 44 31 15C 49 1D
Octal 202 24 52 0 125 104 61 534 111 35
Binary 10000010 10100 101010 0 1010101 1000100 110001 101011100 1001001 11101

Color Harmonies of #82142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82142A

Black with #82142A

Text Example


Text Example

White with #82142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,42); }

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

background-color css

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

 a { background-color: rgb(130,20,42); }

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

border-color css

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

 span { border-color: rgb(130,20,42); }

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