Html Css Color HEX #B53B6F Royal Heath

📋 copy color: '#B53B6F'

red 181 ◦ green 59 ◦ blue 111

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

Shades of Royal Heath #B53B6F

Tints of Royal Heath #B53B6F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 51.57%
G = 16.81%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B53B6F (or 0xB53B6F) is known color: Royal Heath. HEX triplet: B5, 3B and 6F. RGB value is (181,59,111). Sum of RGB (Red+Green+Blue) = 181+59+111=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B6F is #4AC490. Grayscale: #656565. Windows color (decimal): -4899985 or 7289781. OLE color: 7289781.

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

Color convert

RGB 181 59 111 -
CMYK 0 0.67 0.39 0.29
HSL 334.43º 0.51% 0.47% -
HSV(B) 334.43º 0.67% 0.71% -
XYZ 23.49 14.1 16.52 -
YUV 101.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 181 59 111 0 0.67 0.39 0.29 334.43 0.51 0.47
Hex B5 3B 6F 0 43 27 1D 14E 33 2F
Octal 265 73 157 0 103 47 35 516 63 57
Binary 10110101 111011 1101111 0 1000011 100111 11101 101001110 110011 101111

Color Harmonies of #B53B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B6F

Black with #B53B6F

Text Example


Text Example

White with #B53B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B6F; }

 p { color: rgb(181,59,111); }

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

background-color css

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

 a { background-color: rgb(181,59,111); }

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

border-color css

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

 span { border-color: rgb(181,59,111); }

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