Html Css Color HEX #B53A62 Rouge

📋 copy color: '#B53A62'

red 181 ◦ green 58 ◦ blue 98

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

Shades of Rouge #B53A62

Tints of Rouge #B53A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 53.71%
G = 17.21%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B53A62 (or 0xB53A62) is known color: Rouge. HEX triplet: B5, 3A and 62. RGB value is (181,58,98). Sum of RGB (Red+Green+Blue) = 181+58+98=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A62 is #4AC59D. Grayscale: #636363. Windows color (decimal): -4900254 or 6437557. OLE color: 6437557.

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

Color convert

RGB 181 58 98 -
CMYK 0 0.68 0.46 0.29
HSL 340.49º 0.51% 0.47% -
HSV(B) 340.49º 0.68% 0.71% -
XYZ 22.77 13.73 13.01 -
YUV 99.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 181 58 98 0 0.68 0.46 0.29 340.49 0.51 0.47
Hex B5 3A 62 0 44 2E 1D 154 33 2F
Octal 265 72 142 0 104 56 35 524 63 57
Binary 10110101 111010 1100010 0 1000100 101110 11101 101010100 110011 101111

Color Harmonies of #B53A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A62

Black with #B53A62

Text Example


Text Example

White with #B53A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A62; }

 p { color: rgb(181,58,98); }

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

background-color css

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

 a { background-color: rgb(181,58,98); }

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

border-color css

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

 span { border-color: rgb(181,58,98); }

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