Html Css Color HEX #980924 Carmine

📋 copy color: '#980924'

red 152 ◦ green 9 ◦ blue 36

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

Shades of Carmine #980924

Tints of Carmine #980924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 77.16%
G = 4.57%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#980924 (or 0x980924) is known color: Carmine. HEX triplet: 98, 09 and 24. RGB value is (152,9,36). Sum of RGB (Red+Green+Blue) = 152+9+36=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #980924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980924 is #67F6DB. Grayscale: #363636. Windows color (decimal): -6813404 or 2361752. OLE color: 2361752.

HSL color Cylindrical-coordinate representation of color #980924: hue angle of 348.67º 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 #980924 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 36 -
CMYK 0 0.94 0.76 0.40
HSL 348.67º 0.89% 0.32% -
HSV(B) 348.67º 0.94% 0.6% -
XYZ 13.37 7 2.32 -
YUV 54.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 152 9 36 0 0.94 0.76 0.40 348.67 0.89 0.32
Hex 98 9 24 0 5E 4C 28 15D 59 20
Octal 230 11 44 0 136 114 50 535 131 40
Binary 10011000 1001 100100 0 1011110 1001100 101000 101011101 1011001 100000

Color Harmonies of #980924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980924

Black with #980924

Text Example


Text Example

White with #980924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980924; }

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

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

background-color css

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

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

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

border-color css

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

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

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