Html Css Color HEX #980928 Carmine

📋 copy color: '#980928'

red 152 ◦ green 9 ◦ blue 40

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

Shades of Carmine #980928

Tints of Carmine #980928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 75.62%
G = 4.48%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980928 (or 0x980928) is known color: Carmine. HEX triplet: 98, 09 and 28. RGB value is (152,9,40). Sum of RGB (Red+Green+Blue) = 152+9+40=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #980928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980928 is #67F6D7. Grayscale: #373737. Windows color (decimal): -6813400 or 2623896. OLE color: 2623896.

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

Color convert

RGB 152 9 40 -
CMYK 0 0.94 0.74 0.40
HSL 346.99º 0.89% 0.32% -
HSV(B) 346.99º 0.94% 0.6% -
XYZ 13.43 7.02 2.66 -
YUV 55.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 152 9 40 0 0.94 0.74 0.40 346.99 0.89 0.32
Hex 98 9 28 0 5E 4A 28 15B 59 20
Octal 230 11 50 0 136 112 50 533 131 40
Binary 10011000 1001 101000 0 1011110 1001010 101000 101011011 1011001 100000

Color Harmonies of #980928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980928

Black with #980928

Text Example


Text Example

White with #980928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980928; }

 p { color: rgb(152,9,40); }

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

background-color css

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

 a { background-color: rgb(152,9,40); }

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

border-color css

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

 span { border-color: rgb(152,9,40); }

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