Html Css Color HEX #B63D3F Mahogany

📋 copy color: '#B63D3F'

red 182 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #B63D3F

Tints of Mahogany #B63D3F

RGB

 RED value IS 182 (71.48% from 255) = 59.48%

 GREEN value IS 61 (24.22% from 255) = 19.93%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 59.48%
G = 19.93%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63D3F (or 0xB63D3F) is known color: Mahogany. HEX triplet: B6, 3D and 3F. RGB value is (182,61,63). Sum of RGB (Red+Green+Blue) = 182+61+63=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D3F is #49C2C0. Grayscale: #616161. Windows color (decimal): -4833985 or 4144566. OLE color: 4144566.

HSL color Cylindrical-coordinate representation of color #B63D3F: hue angle of 359.01º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D3F is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 63 -
CMYK 0 0.66 0.65 0.29
HSL 359.01º 0.5% 0.48% -
HSV(B) 359.01º 0.66% 0.71% -
XYZ 21.86 13.64 6.18 -
YUV 97.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 182 61 63 0 0.66 0.65 0.29 359.01 0.5 0.48
Hex B6 3D 3F 0 42 41 1D 167 32 30
Octal 266 75 77 0 102 101 35 547 62 60
Binary 10110110 111101 111111 0 1000010 1000001 11101 101100111 110010 110000

Color Harmonies of #B63D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D3F

Black with #B63D3F

Text Example


Text Example

White with #B63D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D3F; }

 p { color: rgb(182,61,63); }

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

background-color css

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

 a { background-color: rgb(182,61,63); }

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

border-color css

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

 span { border-color: rgb(182,61,63); }

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