Html Css Color HEX #B93439 Mahogany

📋 copy color: '#B93439'

red 185 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #B93439

Tints of Mahogany #B93439

RGB

 RED value IS 185 (72.66% from 255) = 62.93%

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

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

R = 62.93%
G = 17.69%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B93439 (or 0xB93439) is known color: Mahogany. HEX triplet: B9, 34 and 39. RGB value is (185,52,57). Sum of RGB (Red+Green+Blue) = 185+52+57=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93439 is #46CBC6. Grayscale: #5C5C5C. Windows color (decimal): -4639687 or 3749049. OLE color: 3749049.

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

Color convert

RGB 185 52 57 -
CMYK 0 0.72 0.69 0.27
HSL 357.74º 0.56% 0.46% -
HSV(B) 357.74º 0.72% 0.73% -
XYZ 21.97 13.07 5.23 -
YUV 92.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 185 52 57 0 0.72 0.69 0.27 357.74 0.56 0.46
Hex B9 34 39 0 48 45 1B 166 38 2E
Octal 271 64 71 0 110 105 33 546 70 56
Binary 10111001 110100 111001 0 1001000 1000101 11011 101100110 111000 101110

Color Harmonies of #B93439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93439

Black with #B93439

Text Example


Text Example

White with #B93439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93439; }

 p { color: rgb(185,52,57); }

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

background-color css

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

 a { background-color: rgb(185,52,57); }

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

border-color css

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

 span { border-color: rgb(185,52,57); }

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