Html Css Color HEX #90061C Carmine

📋 copy color: '#90061C'

red 144 ◦ green 6 ◦ blue 28

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

Shades of Carmine #90061C

Tints of Carmine #90061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 80.9%
G = 3.37%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90061C (or 0x90061C) is known color: Carmine. HEX triplet: 90, 06 and 1C. RGB value is (144,6,28). Sum of RGB (Red+Green+Blue) = 144+6+28=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #90061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90061C is #6FF9E3. Grayscale: #313131. Windows color (decimal): -7338468 or 1836688. OLE color: 1836688.

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

Color convert

RGB 144 6 28 -
CMYK 0 0.96 0.81 0.44
HSL 350.43º 0.92% 0.29% -
HSV(B) 350.43º 0.96% 0.56% -
XYZ 11.78 6.14 1.66 -
YUV 49.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 144 6 28 0 0.96 0.81 0.44 350.43 0.92 0.29
Hex 90 6 1C 0 60 51 2C 15E 5C 1D
Octal 220 6 34 0 140 121 54 536 134 35
Binary 10010000 110 11100 0 1100000 1010001 101100 101011110 1011100 11101

Color Harmonies of #90061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90061C

Black with #90061C

Text Example


Text Example

White with #90061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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