Html Css Color HEX #980934 Carmine

📋 copy color: '#980934'

red 152 ◦ green 9 ◦ blue 52

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

Shades of Carmine #980934

Tints of Carmine #980934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.41%

R = 71.36%
G = 4.23%
B = 24.41%

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

#980934 (or 0x980934) is known color: Carmine. HEX triplet: 98, 09 and 34. RGB value is (152,9,52). Sum of RGB (Red+Green+Blue) = 152+9+52=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980934 is #67F6CB. Grayscale: #383838. Windows color (decimal): -6813388 or 3410328. OLE color: 3410328.

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

Color convert

RGB 152 9 52 -
CMYK 0 0.94 0.66 0.40
HSL 341.96º 0.89% 0.32% -
HSV(B) 341.96º 0.94% 0.6% -
XYZ 13.67 7.12 3.9 -
YUV 56.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 152 9 52 0 0.94 0.66 0.40 341.96 0.89 0.32
Hex 98 9 34 0 5E 42 28 156 59 20
Octal 230 11 64 0 136 102 50 526 131 40
Binary 10011000 1001 110100 0 1011110 1000010 101000 101010110 1011001 100000

Color Harmonies of #980934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980934

Black with #980934

Text Example


Text Example

White with #980934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980934; }

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

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

background-color css

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

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

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

border-color css

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

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

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