Html Css Color HEX #900814 Carmine

📋 copy color: '#900814'

red 144 ◦ green 8 ◦ blue 20

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

Shades of Carmine #900814

Tints of Carmine #900814

RGB

 RED value IS 144 (56.64% from 255) = 83.72%

 GREEN value IS 8 (3.52% from 255) = 4.65%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 83.72%
G = 4.65%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#900814 (or 0x900814) is known color: Carmine. HEX triplet: 90, 08 and 14. RGB value is (144,8,20). Sum of RGB (Red+Green+Blue) = 144+8+20=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900814 is #6FF7EB. Grayscale: #323232. Windows color (decimal): -7337964 or 1312912. OLE color: 1312912.

HSL color Cylindrical-coordinate representation of color #900814: hue angle of 354.71º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900814 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 20 -
CMYK 0 0.94 0.86 0.44
HSL 354.71º 0.89% 0.3% -
HSV(B) 354.71º 0.94% 0.56% -
XYZ 11.71 6.15 1.23 -
YUV 50.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 144 8 20 0 0.94 0.86 0.44 354.71 0.89 0.3
Hex 90 8 14 0 5E 56 2C 163 59 1E
Octal 220 10 24 0 136 126 54 543 131 36
Binary 10010000 1000 10100 0 1011110 1010110 101100 101100011 1011001 11110

Color Harmonies of #900814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900814

Black with #900814

Text Example


Text Example

White with #900814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900814; }

 p { color: rgb(144,8,20); }

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

background-color css

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

 a { background-color: rgb(144,8,20); }

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

border-color css

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

 span { border-color: rgb(144,8,20); }

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