Html Css Color HEX #B63339 Mahogany

📋 copy color: '#B63339'

red 182 ◦ green 51 ◦ blue 57

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

Shades of Mahogany #B63339

Tints of Mahogany #B63339

RGB

 RED value IS 182 (71.48% from 255) = 62.76%

 GREEN value IS 51 (20.31% from 255) = 17.59%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 62.76%
G = 17.59%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B63339 (or 0xB63339) is known color: Mahogany. HEX triplet: B6, 33 and 39. RGB value is (182,51,57). Sum of RGB (Red+Green+Blue) = 182+51+57=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B63339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63339 is #49CCC6. Grayscale: #5A5A5A. Windows color (decimal): -4836551 or 3748790. OLE color: 3748790.

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

Color convert

RGB 182 51 57 -
CMYK 0 0.72 0.69 0.29
HSL 357.25º 0.56% 0.46% -
HSV(B) 357.25º 0.72% 0.71% -
XYZ 21.21 12.61 5.19 -
YUV 90.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 182 51 57 0 0.72 0.69 0.29 357.25 0.56 0.46
Hex B6 33 39 0 48 45 1D 165 38 2E
Octal 266 63 71 0 110 105 35 545 70 56
Binary 10110110 110011 111001 0 1001000 1000101 11101 101100101 111000 101110

Color Harmonies of #B63339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63339

Black with #B63339

Text Example


Text Example

White with #B63339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63339; }

 p { color: rgb(182,51,57); }

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

background-color css

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

 a { background-color: rgb(182,51,57); }

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

border-color css

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

 span { border-color: rgb(182,51,57); }

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