#90061A

Color #90061A Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #90061A

Tints of Carmine #90061A

Color information

#90061A (or 0x90061A) is unknown color: approx Carmine. HEX triplet: 90, 06 and 1A. RGB value is (144,6,26). Sum of RGB (Red+Green+Blue) = 144+6+26=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #90061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90061A is #6FF9E5. Grayscale: #313131. Windows color (decimal): -7338470 or 1705616. OLE color: 1705616.

HSL color Cylindrical-coordinate representation of color #90061A: hue angle of 351.3º 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 #90061A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB144626-
CMYK00.960.820.44
HSL351.3º92%29.41%-
HSV(B)351.3º95.83%56.47%-
XYZ11.756.131.54-
YUV49.54114.72195.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.82%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=81.82%
G=3.41%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14462600.960.820.44351.39229.41
Hex9061A060522C15f5c1d
Octal22063201401225453713435
Binary1001000011011010011000001010010101100101011111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90061A; }

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

 H1.HeaderClassName
 {
   color: #90061A;
 }
 .AnyTagClassName
 {
   color: #90061A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #90061A;
 }
 .BgClassName
 {
   background-color: #90061A;
 }
</style>
border-color css

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

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

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