Html Css Color HEX #B7393C Mahogany

📋 copy color: '#B7393C'

red 183 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #B7393C

Tints of Mahogany #B7393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20%

R = 61%
G = 19%
B = 20%

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

#B7393C (or 0xB7393C) is known color: Mahogany. HEX triplet: B7, 39 and 3C. RGB value is (183,57,60). Sum of RGB (Red+Green+Blue) = 183+57+60=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393C is #48C6C3. Grayscale: #5F5F5F. Windows color (decimal): -4769476 or 3946935. OLE color: 3946935.

HSL color Cylindrical-coordinate representation of color #B7393C: hue angle of 358.57º 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 #B7393C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 60 -
CMYK 0 0.69 0.67 0.28
HSL 358.57º 0.53% 0.47% -
HSV(B) 358.57º 0.69% 0.72% -
XYZ 21.81 13.32 5.7 -
YUV 95.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 183 57 60 0 0.69 0.67 0.28 358.57 0.53 0.47
Hex B7 39 3C 0 45 43 1C 167 34 2F
Octal 267 71 74 0 105 103 34 547 64 57
Binary 10110111 111001 111100 0 1000101 1000011 11100 101100111 110100 101111

Color Harmonies of #B7393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7393C

Black with #B7393C

Text Example


Text Example

White with #B7393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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