Html Css Color HEX #980533 Carmine

📋 copy color: '#980533'

red 152 ◦ green 5 ◦ blue 51

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

Shades of Carmine #980533

Tints of Carmine #980533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 73.08%
G = 2.4%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#980533 (or 0x980533) is known color: Carmine. HEX triplet: 98, 05 and 33. RGB value is (152,5,51). Sum of RGB (Red+Green+Blue) = 152+5+51=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980533 is #67FACC. Grayscale: #363636. Windows color (decimal): -6814413 or 3343768. OLE color: 3343768.

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

Color convert

RGB 152 5 51 -
CMYK 0 0.97 0.66 0.40
HSL 341.22º 0.94% 0.31% -
HSV(B) 341.22º 0.97% 0.6% -
XYZ 13.6 7.02 3.77 -
YUV 54.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 152 5 51 0 0.97 0.66 0.40 341.22 0.94 0.31
Hex 98 5 33 0 61 42 28 155 5E 1F
Octal 230 5 63 0 141 102 50 525 136 37
Binary 10011000 101 110011 0 1100001 1000010 101000 101010101 1011110 11111

Color Harmonies of #980533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980533

Black with #980533

Text Example


Text Example

White with #980533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980533; }

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

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

background-color css

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

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

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

border-color css

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

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

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