Html Css Color HEX #940427 Carmine

📋 copy color: '#940427'

red 148 ◦ green 4 ◦ blue 39

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

Shades of Carmine #940427

Tints of Carmine #940427

RGB

 RED value IS 148 (58.2% from 255) = 77.49%

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 77.49%
G = 2.09%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#940427 (or 0x940427) is known color: Carmine. HEX triplet: 94, 04 and 27. RGB value is (148,4,39). Sum of RGB (Red+Green+Blue) = 148+4+39=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #940427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940427 is #6BFBD8. Grayscale: #333333. Windows color (decimal): -7076825 or 2557076. OLE color: 2557076.

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

Color convert

RGB 148 4 39 -
CMYK 0 0.97 0.74 0.42
HSL 345.42º 0.95% 0.3% -
HSV(B) 345.42º 0.97% 0.58% -
XYZ 12.62 6.53 2.51 -
YUV 51.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 148 4 39 0 0.97 0.74 0.42 345.42 0.95 0.3
Hex 94 4 27 0 61 4A 2A 159 5F 1E
Octal 224 4 47 0 141 112 52 531 137 36
Binary 10010100 100 100111 0 1100001 1001010 101010 101011001 1011111 11110

Color Harmonies of #940427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940427

Black with #940427

Text Example


Text Example

White with #940427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940427; }

 p { color: rgb(148,4,39); }

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

background-color css

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

 a { background-color: rgb(148,4,39); }

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

border-color css

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

 span { border-color: rgb(148,4,39); }

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