Html Css Color HEX #B33D6A Rouge

📋 copy color: '#B33D6A'

red 179 ◦ green 61 ◦ blue 106

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

Shades of Rouge #B33D6A

Tints of Rouge #B33D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 51.73%
G = 17.63%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B33D6A (or 0xB33D6A) is known color: Rouge. HEX triplet: B3, 3D and 6A. RGB value is (179,61,106). Sum of RGB (Red+Green+Blue) = 179+61+106=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D6A is #4CC295. Grayscale: #656565. Windows color (decimal): -5030550 or 6962611. OLE color: 6962611.

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

Color convert

RGB 179 61 106 -
CMYK 0 0.66 0.41 0.30
HSL 337.12º 0.49% 0.47% -
HSV(B) 337.12º 0.66% 0.7% -
XYZ 22.86 13.96 15.13 -
YUV 101.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 179 61 106 0 0.66 0.41 0.30 337.12 0.49 0.47
Hex B3 3D 6A 0 42 29 1E 151 31 2F
Octal 263 75 152 0 102 51 36 521 61 57
Binary 10110011 111101 1101010 0 1000010 101001 11110 101010001 110001 101111

Color Harmonies of #B33D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D6A

Black with #B33D6A

Text Example


Text Example

White with #B33D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D6A; }

 p { color: rgb(179,61,106); }

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

background-color css

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

 a { background-color: rgb(179,61,106); }

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

border-color css

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

 span { border-color: rgb(179,61,106); }

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