Html Css Color HEX #930624 Carmine

📋 copy color: '#930624'

red 147 ◦ green 6 ◦ blue 36

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

Shades of Carmine #930624

Tints of Carmine #930624

RGB

 RED value IS 147 (57.81% from 255) = 77.78%

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

 BLUE value IS 36 (14.45% from 255) = 19.05%

R = 77.78%
G = 3.17%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#930624 (or 0x930624) is known color: Carmine. HEX triplet: 93, 06 and 24. RGB value is (147,6,36). Sum of RGB (Red+Green+Blue) = 147+6+36=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #930624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930624 is #6CF9DB. Grayscale: #333333. Windows color (decimal): -7141852 or 2360979. OLE color: 2360979.

HSL color Cylindrical-coordinate representation of color #930624: hue angle of 347.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930624 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 6 36 -
CMYK 0 0.96 0.76 0.42
HSL 347.23º 0.92% 0.3% -
HSV(B) 347.23º 0.96% 0.58% -
XYZ 12.42 6.46 2.26 -
YUV 51.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 147 6 36 0 0.96 0.76 0.42 347.23 0.92 0.3
Hex 93 6 24 0 60 4C 2A 15B 5C 1E
Octal 223 6 44 0 140 114 52 533 134 36
Binary 10010011 110 100100 0 1100000 1001100 101010 101011011 1011100 11110

Color Harmonies of #930624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930624

Black with #930624

Text Example


Text Example

White with #930624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930624; }

 p { color: rgb(147,6,36); }

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

background-color css

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

 a { background-color: rgb(147,6,36); }

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

border-color css

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

 span { border-color: rgb(147,6,36); }

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