Html Css Color HEX #901D4E Rose Bud Cherry

📋 copy color: '#901D4E'

red 144 ◦ green 29 ◦ blue 78

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

Shades of Rose Bud Cherry #901D4E

Tints of Rose Bud Cherry #901D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 57.37%
G = 11.55%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#901D4E (or 0x901D4E) is known color: Rose Bud Cherry. HEX triplet: 90, 1D and 4E. RGB value is (144,29,78). Sum of RGB (Red+Green+Blue) = 144+29+78=251 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.37% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 144 - color contains mainly: red. Hex color #901D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901D4E is #6FE2B1. Grayscale: #444444. Windows color (decimal): -7332530 or 5119376. OLE color: 5119376.

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

Color convert

RGB 144 29 78 -
CMYK 0 0.80 0.46 0.44
HSL 334.43º 0.66% 0.34% -
HSV(B) 334.43º 0.8% 0.56% -
XYZ 13.32 7.36 7.93 -
YUV 68.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 144 29 78 0 0.80 0.46 0.44 334.43 0.66 0.34
Hex 90 1D 4E 0 50 2E 2C 14E 42 22
Octal 220 35 116 0 120 56 54 516 102 42
Binary 10010000 11101 1001110 0 1010000 101110 101100 101001110 1000010 100010

Color Harmonies of #901D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D4E

Black with #901D4E

Text Example


Text Example

White with #901D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,29,78); }

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

background-color css

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

 a { background-color: rgb(144,29,78); }

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

border-color css

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

 span { border-color: rgb(144,29,78); }

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