Html Css Color HEX #B93539 Mahogany

📋 copy color: '#B93539'

red 185 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #B93539

Tints of Mahogany #B93539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

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

R = 62.71%
G = 17.97%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B93539 (or 0xB93539) is known color: Mahogany. HEX triplet: B9, 35 and 39. RGB value is (185,53,57). Sum of RGB (Red+Green+Blue) = 185+53+57=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93539 is #46CAC6. Grayscale: #5D5D5D. Windows color (decimal): -4639431 or 3749305. OLE color: 3749305.

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

Color convert

RGB 185 53 57 -
CMYK 0 0.71 0.69 0.27
HSL 358.18º 0.55% 0.47% -
HSV(B) 358.18º 0.71% 0.73% -
XYZ 22.02 13.16 5.25 -
YUV 92.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 185 53 57 0 0.71 0.69 0.27 358.18 0.55 0.47
Hex B9 35 39 0 47 45 1B 166 37 2F
Octal 271 65 71 0 107 105 33 546 67 57
Binary 10111001 110101 111001 0 1000111 1000101 11011 101100110 110111 101111

Color Harmonies of #B93539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93539

Black with #B93539

Text Example


Text Example

White with #B93539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93539; }

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

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

background-color css

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

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

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

border-color css

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

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

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