Html Css Color HEX #90171B Carmine

📋 copy color: '#90171B'

red 144 ◦ green 23 ◦ blue 27

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

Shades of Carmine #90171B

Tints of Carmine #90171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 27 (10.94% from 255) = 13.92%

R = 74.23%
G = 11.86%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90171B (or 0x90171B) is known color: Carmine. HEX triplet: 90, 17 and 1B. RGB value is (144,23,27). Sum of RGB (Red+Green+Blue) = 144+23+27=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90171B is #6FE8E4. Grayscale: #3B3B3B. Windows color (decimal): -7334117 or 1775504. OLE color: 1775504.

HSL color Cylindrical-coordinate representation of color #90171B: hue angle of 358.02º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90171B is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 27 -
CMYK 0 0.84 0.81 0.44
HSL 358.02º 0.72% 0.33% -
HSV(B) 358.02º 0.84% 0.56% -
XYZ 12.01 6.62 1.68 -
YUV 59.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 144 23 27 0 0.84 0.81 0.44 358.02 0.72 0.33
Hex 90 17 1B 0 54 51 2C 166 48 21
Octal 220 27 33 0 124 121 54 546 110 41
Binary 10010000 10111 11011 0 1010100 1010001 101100 101100110 1001000 100001

Color Harmonies of #90171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90171B

Black with #90171B

Text Example


Text Example

White with #90171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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