Html Css Color HEX #B53972 Royal Heath

📋 copy color: '#B53972'

red 181 ◦ green 57 ◦ blue 114

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

Shades of Royal Heath #B53972

Tints of Royal Heath #B53972

RGB

 RED value IS 181 (71.09% from 255) = 51.42%

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 51.42%
G = 16.19%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B53972 (or 0xB53972) is known color: Royal Heath. HEX triplet: B5, 39 and 72. RGB value is (181,57,114). Sum of RGB (Red+Green+Blue) = 181+57+114=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B53972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53972 is #4AC68D. Grayscale: #646464. Windows color (decimal): -4900494 or 7485877. OLE color: 7485877.

HSL color Cylindrical-coordinate representation of color #B53972: hue angle of 332.42º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53972 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 114 -
CMYK 0 0.69 0.37 0.29
HSL 332.42º 0.52% 0.47% -
HSV(B) 332.42º 0.69% 0.71% -
XYZ 23.56 13.96 17.37 -
YUV 100.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 181 57 114 0 0.69 0.37 0.29 332.42 0.52 0.47
Hex B5 39 72 0 45 25 1D 14C 34 2F
Octal 265 71 162 0 105 45 35 514 64 57
Binary 10110101 111001 1110010 0 1000101 100101 11101 101001100 110100 101111

Color Harmonies of #B53972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53972

Black with #B53972

Text Example


Text Example

White with #B53972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53972; }

 p { color: rgb(181,57,114); }

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

background-color css

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

 a { background-color: rgb(181,57,114); }

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

border-color css

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

 span { border-color: rgb(181,57,114); }

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