Html Css Color HEX #B33671 Rouge

📋 copy color: '#B33671'

red 179 ◦ green 54 ◦ blue 113

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

Shades of Rouge #B33671

Tints of Rouge #B33671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 51.73%
G = 15.61%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33671 (or 0xB33671) is known color: Rouge. HEX triplet: B3, 36 and 71. RGB value is (179,54,113). Sum of RGB (Red+Green+Blue) = 179+54+113=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B33671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33671 is #4CC98E. Grayscale: #616161. Windows color (decimal): -5032335 or 7419571. OLE color: 7419571.

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

Color convert

RGB 179 54 113 -
CMYK 0 0.70 0.37 0.30
HSL 331.68º 0.54% 0.46% -
HSV(B) 331.68º 0.7% 0.7% -
XYZ 22.89 13.41 17.01 -
YUV 98.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 179 54 113 0 0.70 0.37 0.30 331.68 0.54 0.46
Hex B3 36 71 0 46 25 1E 14C 36 2E
Octal 263 66 161 0 106 45 36 514 66 56
Binary 10110011 110110 1110001 0 1000110 100101 11110 101001100 110110 101110

Color Harmonies of #B33671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33671

Black with #B33671

Text Example


Text Example

White with #B33671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33671; }

 p { color: rgb(179,54,113); }

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

background-color css

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

 a { background-color: rgb(179,54,113); }

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

border-color css

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

 span { border-color: rgb(179,54,113); }

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