Html Css Color HEX #940127 Carmine

📋 copy color: '#940127'

red 148 ◦ green 1 ◦ blue 39

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

Shades of Carmine #940127

Tints of Carmine #940127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 78.72%
G = 0.53%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#940127 (or 0x940127) is known color: Carmine. HEX triplet: 94, 01 and 27. RGB value is (148,1,39). Sum of RGB (Red+Green+Blue) = 148+1+39=188 (24% of max value = 765). Red value is 148 (58.20% from 255 or 78.72% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 148 - color contains mainly: red. Hex color #940127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940127 is #6BFED8. Grayscale: #313131. Windows color (decimal): -7077593 or 2556308. OLE color: 2556308.

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

Color convert

RGB 148 1 39 -
CMYK 0 0.99 0.74 0.42
HSL 344.49º 0.99% 0.29% -
HSV(B) 344.49º 0.99% 0.58% -
XYZ 12.59 6.46 2.5 -
YUV 49.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 148 1 39 0 0.99 0.74 0.42 344.49 0.99 0.29
Hex 94 1 27 0 63 4A 2A 158 63 1D
Octal 224 1 47 0 143 112 52 530 143 35
Binary 10010100 1 100111 0 1100011 1001010 101010 101011000 1100011 11101

Color Harmonies of #940127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940127

Black with #940127

Text Example


Text Example

White with #940127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940127; }

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

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

background-color css

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

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

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

border-color css

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

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

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