Html Css Color HEX #90476B Cannon Pink

📋 copy color: '#90476B'

red 144 ◦ green 71 ◦ blue 107

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

Shades of Cannon Pink #90476B

Tints of Cannon Pink #90476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 44.72%
G = 22.05%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90476B (or 0x90476B) is known color: Cannon Pink. HEX triplet: 90, 47 and 6B. RGB value is (144,71,107). Sum of RGB (Red+Green+Blue) = 144+71+107=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90476B is #6FB894. Grayscale: #606060. Windows color (decimal): -7321749 or 7030672. OLE color: 7030672.

HSL color Cylindrical-coordinate representation of color #90476B: hue angle of 330.41º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90476B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 107 -
CMYK 0 0.51 0.26 0.44
HSL 330.41º 0.34% 0.42% -
HSV(B) 330.41º 0.51% 0.56% -
XYZ 16.41 11.5 15.26 -
YUV 96.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 144 71 107 0 0.51 0.26 0.44 330.41 0.34 0.42
Hex 90 47 6B 0 33 1A 2C 14A 22 2A
Octal 220 107 153 0 63 32 54 512 42 52
Binary 10010000 1000111 1101011 0 110011 11010 101100 101001010 100010 101010

Color Harmonies of #90476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90476B

Black with #90476B

Text Example


Text Example

White with #90476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,71,107); }

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

background-color css

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

 a { background-color: rgb(144,71,107); }

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

border-color css

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

 span { border-color: rgb(144,71,107); }

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