Html Css Color HEX #901E4D Rose Bud Cherry

📋 copy color: '#901E4D'

red 144 ◦ green 30 ◦ blue 77

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

Shades of Rose Bud Cherry #901E4D

Tints of Rose Bud Cherry #901E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 57.37%
G = 11.95%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#901E4D (or 0x901E4D) is known color: Rose Bud Cherry. HEX triplet: 90, 1E and 4D. RGB value is (144,30,77). Sum of RGB (Red+Green+Blue) = 144+30+77=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #901E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901E4D is #6FE1B2. Grayscale: #454545. Windows color (decimal): -7332275 or 5054096. OLE color: 5054096.

HSL color Cylindrical-coordinate representation of color #901E4D: hue angle of 335.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E4D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 77 -
CMYK 0 0.79 0.47 0.44
HSL 335.26º 0.66% 0.34% -
HSV(B) 335.26º 0.79% 0.56% -
XYZ 13.31 7.39 7.75 -
YUV 69.44 132.27 181.18 -
System Red Green Blue C M Y K H S L
Decimal 144 30 77 0 0.79 0.47 0.44 335.26 0.66 0.34
Hex 90 1E 4D 0 4F 2F 2C 14F 42 22
Octal 220 36 115 0 117 57 54 517 102 42
Binary 10010000 11110 1001101 0 1001111 101111 101100 101001111 1000010 100010

Color Harmonies of #901E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E4D

Black with #901E4D

Text Example


Text Example

White with #901E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901E4D; }

 p { color: rgb(144,30,77); }

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

background-color css

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

 a { background-color: rgb(144,30,77); }

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

border-color css

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

 span { border-color: rgb(144,30,77); }

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