Html Css Color HEX #941027 Carmine

📋 copy color: '#941027'

red 148 ◦ green 16 ◦ blue 39

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

Shades of Carmine #941027

Tints of Carmine #941027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 72.91%
G = 7.88%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#941027 (or 0x941027) is known color: Carmine. HEX triplet: 94, 10 and 27. RGB value is (148,16,39). Sum of RGB (Red+Green+Blue) = 148+16+39=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #941027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941027 is #6BEFD8. Grayscale: #3A3A3A. Windows color (decimal): -7073753 or 2560148. OLE color: 2560148.

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

Color convert

RGB 148 16 39 -
CMYK 0 0.89 0.74 0.42
HSL 349.55º 0.8% 0.32% -
HSV(B) 349.55º 0.89% 0.58% -
XYZ 12.76 6.81 2.56 -
YUV 58.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 148 16 39 0 0.89 0.74 0.42 349.55 0.8 0.32
Hex 94 10 27 0 59 4A 2A 15E 50 20
Octal 224 20 47 0 131 112 52 536 120 40
Binary 10010100 10000 100111 0 1011001 1001010 101010 101011110 1010000 100000

Color Harmonies of #941027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941027

Black with #941027

Text Example


Text Example

White with #941027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941027; }

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

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

background-color css

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

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

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

border-color css

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

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

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