#B24271

Color #B24271 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B24271

Tints of Royal Heath #B24271

Color information

#B24271 (or 0xB24271) is unknown color: approx Royal Heath. HEX triplet: B2, 42 and 71. RGB value is (178,66,113). Sum of RGB (Red+Green+Blue) = 178+66+113=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24271 is #4DBD8E. Grayscale: #686868. Windows color (decimal): -5094799 or 7422642. OLE color: 7422642.

HSL color Cylindrical-coordinate representation of color #B24271: hue angle of 334.82º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24271 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17866113-
CMYK00.630.370.30
HSL334.82º45.9%47.84%-
HSV(B)334.82º62.92%69.8%-
XYZ23.2914.5517.2-
YUV104.85132.61180.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=49.86%
G=18.49%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786611300.630.370.30334.8245.947.84
HexB2427103F251E14f2e30
Octal26210216107745365175660
Binary1011001010000101110001011111110010111110101001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24271; }

 p { color: rgb(178,66,113); }

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

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

 a { background-color: rgb(178,66,113); }

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

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

 span { border-color: rgb(178,66,113); }

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