Html Css Color HEX #900722 Carmine

📋 copy color: '#900722'

red 144 ◦ green 7 ◦ blue 34

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

Shades of Carmine #900722

Tints of Carmine #900722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 77.84%
G = 3.78%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#900722 (or 0x900722) is known color: Carmine. HEX triplet: 90, 07 and 22. RGB value is (144,7,34). Sum of RGB (Red+Green+Blue) = 144+7+34=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900722 is #6FF8DD. Grayscale: #333333. Windows color (decimal): -7338206 or 2230160. OLE color: 2230160.

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

Color convert

RGB 144 7 34 -
CMYK 0 0.95 0.76 0.44
HSL 348.18º 0.91% 0.3% -
HSV(B) 348.18º 0.95% 0.56% -
XYZ 11.87 6.2 2.08 -
YUV 51.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 144 7 34 0 0.95 0.76 0.44 348.18 0.91 0.3
Hex 90 7 22 0 5F 4C 2C 15C 5B 1E
Octal 220 7 42 0 137 114 54 534 133 36
Binary 10010000 111 100010 0 1011111 1001100 101100 101011100 1011011 11110

Color Harmonies of #900722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900722

Black with #900722

Text Example


Text Example

White with #900722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900722; }

 p { color: rgb(144,7,34); }

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

background-color css

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

 a { background-color: rgb(144,7,34); }

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

border-color css

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

 span { border-color: rgb(144,7,34); }

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