#901B4C

Color #901B4C Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #901B4C

Tints of Rose Bud Cherry #901B4C

Color information

#901B4C (or 0x901B4C) is unknown color: approx Rose Bud Cherry. HEX triplet: 90, 1B and 4C. RGB value is (144,27,76). Sum of RGB (Red+Green+Blue) = 144+27+76=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #901B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B4C is #6FE4B3. Grayscale: #434343. Windows color (decimal): -7333044 or 4987792. OLE color: 4987792.

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

Color convert

RGB1442776-
CMYK00.810.470.44
HSL334.87º68.42%33.53%-
HSV(B)334.87º81.25%56.47%-
XYZ13.27.237.54-
YUV67.57132.76182.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 58.30%
GREEN value IS 27 (10.94% from 255) = 10.93%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=58.30%
G=10.93%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144277600.810.470.44334.8768.4233.53
Hex901B4C0512F2C14f4422
Octal220331140121575451710442
Binary10010000110111001100010100011011111011001010011111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #901B4C;
 }
 .AnyTagClassName
 {
   color: #901B4C;
 }
</style>
background-color css

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

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

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

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

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

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