Html Css Color HEX #980234 Carmine

📋 copy color: '#980234'

red 152 ◦ green 2 ◦ blue 52

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

Shades of Carmine #980234

Tints of Carmine #980234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 73.79%
G = 0.97%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980234 (or 0x980234) is known color: Carmine. HEX triplet: 98, 02 and 34. RGB value is (152,2,52). Sum of RGB (Red+Green+Blue) = 152+2+52=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980234 is #67FDCB. Grayscale: #343434. Windows color (decimal): -6815180 or 3408536. OLE color: 3408536.

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

Color convert

RGB 152 2 52 -
CMYK 0 0.99 0.66 0.40
HSL 340º 0.97% 0.3% -
HSV(B) 340º 0.99% 0.6% -
XYZ 13.59 6.97 3.88 -
YUV 52.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 152 2 52 0 0.99 0.66 0.40 340 0.97 0.3
Hex 98 2 34 0 63 42 28 154 61 1E
Octal 230 2 64 0 143 102 50 524 141 36
Binary 10011000 10 110100 0 1100011 1000010 101000 101010100 1100001 11110

Color Harmonies of #980234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980234

Black with #980234

Text Example


Text Example

White with #980234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980234; }

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

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

background-color css

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

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

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

border-color css

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

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

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