Html Css Color HEX #980522 Carmine

📋 copy color: '#980522'

red 152 ◦ green 5 ◦ blue 34

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

Shades of Carmine #980522

Tints of Carmine #980522

RGB

 RED value IS 152 (59.77% from 255) = 79.58%

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 34 (13.67% from 255) = 17.8%

R = 79.58%
G = 2.62%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#980522 (or 0x980522) is known color: Carmine. HEX triplet: 98, 05 and 22. RGB value is (152,5,34). Sum of RGB (Red+Green+Blue) = 152+5+34=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980522 is #67FADD. Grayscale: #343434. Windows color (decimal): -6814430 or 2229656. OLE color: 2229656.

HSL color Cylindrical-coordinate representation of color #980522: hue angle of 348.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980522 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 34 -
CMYK 0 0.97 0.78 0.40
HSL 348.16º 0.94% 0.31% -
HSV(B) 348.16º 0.97% 0.6% -
XYZ 13.29 6.9 2.14 -
YUV 52.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 152 5 34 0 0.97 0.78 0.40 348.16 0.94 0.31
Hex 98 5 22 0 61 4E 28 15C 5E 1F
Octal 230 5 42 0 141 116 50 534 136 37
Binary 10011000 101 100010 0 1100001 1001110 101000 101011100 1011110 11111

Color Harmonies of #980522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980522

Black with #980522

Text Example


Text Example

White with #980522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980522; }

 p { color: rgb(152,5,34); }

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

background-color css

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

 a { background-color: rgb(152,5,34); }

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

border-color css

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

 span { border-color: rgb(152,5,34); }

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