Html Css Color HEX #980334 Carmine

📋 copy color: '#980334'

red 152 ◦ green 3 ◦ blue 52

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

Shades of Carmine #980334

Tints of Carmine #980334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 73.43%
G = 1.45%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980334 (or 0x980334) is known color: Carmine. HEX triplet: 98, 03 and 34. RGB value is (152,3,52). Sum of RGB (Red+Green+Blue) = 152+3+52=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980334 is #67FCCB. Grayscale: #353535. Windows color (decimal): -6814924 or 3408792. OLE color: 3408792.

HSL color Cylindrical-coordinate representation of color #980334: hue angle of 340.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980334 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 52 -
CMYK 0 0.98 0.66 0.40
HSL 340.27º 0.96% 0.3% -
HSV(B) 340.27º 0.98% 0.6% -
XYZ 13.6 6.99 3.88 -
YUV 53.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 152 3 52 0 0.98 0.66 0.40 340.27 0.96 0.3
Hex 98 3 34 0 62 42 28 154 60 1E
Octal 230 3 64 0 142 102 50 524 140 36
Binary 10011000 11 110100 0 1100010 1000010 101000 101010100 1100000 11110

Color Harmonies of #980334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980334

Black with #980334

Text Example


Text Example

White with #980334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980334; }

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

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

background-color css

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

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

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

border-color css

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

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

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