Html Css Color HEX #900625 Carmine

📋 copy color: '#900625'

red 144 ◦ green 6 ◦ blue 37

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

Shades of Carmine #900625

Tints of Carmine #900625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 77.01%
G = 3.21%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900625 (or 0x900625) is known color: Carmine. HEX triplet: 90, 06 and 25. RGB value is (144,6,37). Sum of RGB (Red+Green+Blue) = 144+6+37=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900625 is #6FF9DA. Grayscale: #323232. Windows color (decimal): -7338459 or 2426512. OLE color: 2426512.

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

Color convert

RGB 144 6 37 -
CMYK 0 0.96 0.74 0.44
HSL 346.52º 0.92% 0.29% -
HSV(B) 346.52º 0.96% 0.56% -
XYZ 11.9 6.19 2.32 -
YUV 50.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 144 6 37 0 0.96 0.74 0.44 346.52 0.92 0.29
Hex 90 6 25 0 60 4A 2C 15B 5C 1D
Octal 220 6 45 0 140 112 54 533 134 35
Binary 10010000 110 100101 0 1100000 1001010 101100 101011011 1011100 11101

Color Harmonies of #900625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900625

Black with #900625

Text Example


Text Example

White with #900625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900625; }

 p { color: rgb(144,6,37); }

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

background-color css

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

 a { background-color: rgb(144,6,37); }

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

border-color css

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

 span { border-color: rgb(144,6,37); }

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