Html Css Color HEX #821825 Scarlett

📋 copy color: '#821825'

red 130 ◦ green 24 ◦ blue 37

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

Shades of Scarlett #821825

Tints of Scarlett #821825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.37%

R = 68.06%
G = 12.57%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821825 (or 0x821825) is known color: Scarlett. HEX triplet: 82, 18 and 25. RGB value is (130,24,37). Sum of RGB (Red+Green+Blue) = 130+24+37=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821825 is #7DE7DA. Grayscale: #393939. Windows color (decimal): -8251355 or 2431106. OLE color: 2431106.

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

Color convert

RGB 130 24 37 -
CMYK 0 0.82 0.72 0.49
HSL 352.64º 0.69% 0.3% -
HSV(B) 352.64º 0.82% 0.51% -
XYZ 9.87 5.53 2.3 -
YUV 57.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 130 24 37 0 0.82 0.72 0.49 352.64 0.69 0.3
Hex 82 18 25 0 52 48 31 161 45 1E
Octal 202 30 45 0 122 110 61 541 105 36
Binary 10000010 11000 100101 0 1010010 1001000 110001 101100001 1000101 11110

Color Harmonies of #821825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821825

Black with #821825

Text Example


Text Example

White with #821825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821825; }

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

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

background-color css

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

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

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

border-color css

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

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

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