Html Css Color HEX #980932 Carmine

📋 copy color: '#980932'

red 152 ◦ green 9 ◦ blue 50

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

Shades of Carmine #980932

Tints of Carmine #980932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 72.04%
G = 4.27%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#980932 (or 0x980932) is known color: Carmine. HEX triplet: 98, 09 and 32. RGB value is (152,9,50). Sum of RGB (Red+Green+Blue) = 152+9+50=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980932 is #67F6CD. Grayscale: #383838. Windows color (decimal): -6813390 or 3279256. OLE color: 3279256.

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

Color convert

RGB 152 9 50 -
CMYK 0 0.94 0.67 0.40
HSL 342.8º 0.89% 0.32% -
HSV(B) 342.8º 0.94% 0.6% -
XYZ 13.62 7.1 3.67 -
YUV 56.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 152 9 50 0 0.94 0.67 0.40 342.8 0.89 0.32
Hex 98 9 32 0 5E 43 28 157 59 20
Octal 230 11 62 0 136 103 50 527 131 40
Binary 10011000 1001 110010 0 1011110 1000011 101000 101010111 1011001 100000

Color Harmonies of #980932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980932

Black with #980932

Text Example


Text Example

White with #980932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980932; }

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

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

background-color css

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

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

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

border-color css

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

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

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