Html Css Color HEX #B13F40 Mahogany

📋 copy color: '#B13F40'

red 177 ◦ green 63 ◦ blue 64

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

Shades of Mahogany #B13F40

Tints of Mahogany #B13F40

RGB

 RED value IS 177 (69.53% from 255) = 58.22%

 GREEN value IS 63 (25% from 255) = 20.72%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 58.22%
G = 20.72%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B13F40 (or 0xB13F40) is known color: Mahogany. HEX triplet: B1, 3F and 40. RGB value is (177,63,64). Sum of RGB (Red+Green+Blue) = 177+63+64=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F40 is #4EC0BF. Grayscale: #616161. Windows color (decimal): -5161152 or 4210609. OLE color: 4210609.

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

Color convert

RGB 177 63 64 -
CMYK 0 0.64 0.64 0.31
HSL 359.47º 0.48% 0.47% -
HSV(B) 359.47º 0.64% 0.69% -
XYZ 20.83 13.27 6.31 -
YUV 97.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 177 63 64 0 0.64 0.64 0.31 359.47 0.48 0.47
Hex B1 3F 40 0 40 40 1F 167 30 2F
Octal 261 77 100 0 100 100 37 547 60 57
Binary 10110001 111111 1000000 0 1000000 1000000 11111 101100111 110000 101111

Color Harmonies of #B13F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F40

Black with #B13F40

Text Example


Text Example

White with #B13F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F40; }

 p { color: rgb(177,63,64); }

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

background-color css

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

 a { background-color: rgb(177,63,64); }

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

border-color css

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

 span { border-color: rgb(177,63,64); }

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