Html Css Color HEX #980933 Carmine

📋 copy color: '#980933'

red 152 ◦ green 9 ◦ blue 51

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

Shades of Carmine #980933

Tints of Carmine #980933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 71.7%
G = 4.25%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980933 (or 0x980933) is known color: Carmine. HEX triplet: 98, 09 and 33. RGB value is (152,9,51). Sum of RGB (Red+Green+Blue) = 152+9+51=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #980933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980933 is #67F6CC. Grayscale: #383838. Windows color (decimal): -6813389 or 3344792. OLE color: 3344792.

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

Color convert

RGB 152 9 51 -
CMYK 0 0.94 0.66 0.40
HSL 342.38º 0.89% 0.32% -
HSV(B) 342.38º 0.94% 0.6% -
XYZ 13.64 7.11 3.79 -
YUV 56.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 152 9 51 0 0.94 0.66 0.40 342.38 0.89 0.32
Hex 98 9 33 0 5E 42 28 156 59 20
Octal 230 11 63 0 136 102 50 526 131 40
Binary 10011000 1001 110011 0 1011110 1000010 101000 101010110 1011001 100000

Color Harmonies of #980933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980933

Black with #980933

Text Example


Text Example

White with #980933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980933; }

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

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

background-color css

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

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

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

border-color css

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

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

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