Html Css Color HEX #B7393D Mahogany

📋 copy color: '#B7393D'

red 183 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #B7393D

Tints of Mahogany #B7393D

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 60.8%
G = 18.94%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7393D (or 0xB7393D) is known color: Mahogany. HEX triplet: B7, 39 and 3D. RGB value is (183,57,61). Sum of RGB (Red+Green+Blue) = 183+57+61=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393D is #48C6C2. Grayscale: #5F5F5F. Windows color (decimal): -4769475 or 4012471. OLE color: 4012471.

HSL color Cylindrical-coordinate representation of color #B7393D: hue angle of 358.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7393D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 61 -
CMYK 0 0.69 0.67 0.28
HSL 358.1º 0.53% 0.47% -
HSV(B) 358.1º 0.69% 0.72% -
XYZ 21.83 13.33 5.84 -
YUV 95.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 183 57 61 0 0.69 0.67 0.28 358.1 0.53 0.47
Hex B7 39 3D 0 45 43 1C 166 34 2F
Octal 267 71 75 0 105 103 34 546 64 57
Binary 10110111 111001 111101 0 1000101 1000011 11100 101100110 110100 101111

Color Harmonies of #B7393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7393D

Black with #B7393D

Text Example


Text Example

White with #B7393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7393D; }

 p { color: rgb(183,57,61); }

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

background-color css

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

 a { background-color: rgb(183,57,61); }

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

border-color css

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

 span { border-color: rgb(183,57,61); }

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