Html Css Color HEX #900517 Carmine

📋 copy color: '#900517'

red 144 ◦ green 5 ◦ blue 23

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

Shades of Carmine #900517

Tints of Carmine #900517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 83.72%
G = 2.91%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#900517 (or 0x900517) is known color: Carmine. HEX triplet: 90, 05 and 17. RGB value is (144,5,23). Sum of RGB (Red+Green+Blue) = 144+5+23=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900517 is #6FFAE8. Grayscale: #303030. Windows color (decimal): -7338729 or 1508752. OLE color: 1508752.

HSL color Cylindrical-coordinate representation of color #900517: hue angle of 352.23º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900517 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 23 -
CMYK 0 0.97 0.84 0.44
HSL 352.23º 0.93% 0.29% -
HSV(B) 352.23º 0.97% 0.56% -
XYZ 11.71 6.1 1.37 -
YUV 48.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 144 5 23 0 0.97 0.84 0.44 352.23 0.93 0.29
Hex 90 5 17 0 61 54 2C 160 5D 1D
Octal 220 5 27 0 141 124 54 540 135 35
Binary 10010000 101 10111 0 1100001 1010100 101100 101100000 1011101 11101

Color Harmonies of #900517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900517

Black with #900517

Text Example


Text Example

White with #900517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900517; }

 p { color: rgb(144,5,23); }

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

background-color css

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

 a { background-color: rgb(144,5,23); }

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

border-color css

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

 span { border-color: rgb(144,5,23); }

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