Html Css Color HEX #B33461 Rouge

📋 copy color: '#B33461'

red 179 ◦ green 52 ◦ blue 97

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

Shades of Rouge #B33461

Tints of Rouge #B33461

RGB

 RED value IS 179 (70.31% from 255) = 54.57%

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 54.57%
G = 15.85%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B33461 (or 0xB33461) is known color: Rouge. HEX triplet: B3, 34 and 61. RGB value is (179,52,97). Sum of RGB (Red+Green+Blue) = 179+52+97=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B33461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33461 is #4CCB9E. Grayscale: #5F5F5F. Windows color (decimal): -5032863 or 6370483. OLE color: 6370483.

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

Color convert

RGB 179 52 97 -
CMYK 0 0.71 0.46 0.30
HSL 338.74º 0.55% 0.45% -
HSV(B) 338.74º 0.71% 0.7% -
XYZ 21.98 12.9 12.64 -
YUV 95.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 179 52 97 0 0.71 0.46 0.30 338.74 0.55 0.45
Hex B3 34 61 0 47 2E 1E 153 37 2D
Octal 263 64 141 0 107 56 36 523 67 55
Binary 10110011 110100 1100001 0 1000111 101110 11110 101010011 110111 101101

Color Harmonies of #B33461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33461

Black with #B33461

Text Example


Text Example

White with #B33461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33461; }

 p { color: rgb(179,52,97); }

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

background-color css

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

 a { background-color: rgb(179,52,97); }

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

border-color css

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

 span { border-color: rgb(179,52,97); }

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