Html Css Color HEX #B53D6B Rouge

📋 copy color: '#B53D6B'

red 181 ◦ green 61 ◦ blue 107

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

Shades of Rouge #B53D6B

Tints of Rouge #B53D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 51.86%
G = 17.48%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B53D6B (or 0xB53D6B) is known color: Rouge. HEX triplet: B5, 3D and 6B. RGB value is (181,61,107). Sum of RGB (Red+Green+Blue) = 181+61+107=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D6B is #4AC294. Grayscale: #666666. Windows color (decimal): -4899477 or 7028149. OLE color: 7028149.

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

Color convert

RGB 181 61 107 -
CMYK 0 0.66 0.41 0.29
HSL 337º 0.5% 0.47% -
HSV(B) 337º 0.66% 0.71% -
XYZ 23.38 14.22 15.42 -
YUV 102.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 181 61 107 0 0.66 0.41 0.29 337 0.5 0.47
Hex B5 3D 6B 0 42 29 1D 151 32 2F
Octal 265 75 153 0 102 51 35 521 62 57
Binary 10110101 111101 1101011 0 1000010 101001 11101 101010001 110010 101111

Color Harmonies of #B53D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D6B

Black with #B53D6B

Text Example


Text Example

White with #B53D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D6B; }

 p { color: rgb(181,61,107); }

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

background-color css

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

 a { background-color: rgb(181,61,107); }

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

border-color css

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

 span { border-color: rgb(181,61,107); }

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