Html Css Color HEX #980629 Carmine

📋 copy color: '#980629'

red 152 ◦ green 6 ◦ blue 41

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

Shades of Carmine #980629

Tints of Carmine #980629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 76.38%
G = 3.02%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#980629 (or 0x980629) is known color: Carmine. HEX triplet: 98, 06 and 29. RGB value is (152,6,41). Sum of RGB (Red+Green+Blue) = 152+6+41=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980629 is #67F9D6. Grayscale: #353535. Windows color (decimal): -6814167 or 2688664. OLE color: 2688664.

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

Color convert

RGB 152 6 41 -
CMYK 0 0.96 0.73 0.40
HSL 345.62º 0.92% 0.31% -
HSV(B) 345.62º 0.96% 0.6% -
XYZ 13.41 6.97 2.74 -
YUV 53.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 152 6 41 0 0.96 0.73 0.40 345.62 0.92 0.31
Hex 98 6 29 0 60 49 28 15A 5C 1F
Octal 230 6 51 0 140 111 50 532 134 37
Binary 10011000 110 101001 0 1100000 1001001 101000 101011010 1011100 11111

Color Harmonies of #980629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980629

Black with #980629

Text Example


Text Example

White with #980629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980629; }

 p { color: rgb(152,6,41); }

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

background-color css

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

 a { background-color: rgb(152,6,41); }

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

border-color css

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

 span { border-color: rgb(152,6,41); }

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