Html Css Color HEX #B54441 Chestnut

📋 copy color: '#B54441'

red 181 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #B54441

Tints of Chestnut #B54441

RGB

 RED value IS 181 (71.09% from 255) = 57.64%

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 57.64%
G = 21.66%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B54441 (or 0xB54441) is known color: Chestnut. HEX triplet: B5, 44 and 41. RGB value is (181,68,65). Sum of RGB (Red+Green+Blue) = 181+68+65=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54441 is #4ABBBE. Grayscale: #656565. Windows color (decimal): -4897727 or 4277429. OLE color: 4277429.

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

Color convert

RGB 181 68 65 -
CMYK 0 0.62 0.64 0.29
HSL 1.55º 0.47% 0.48% -
HSV(B) 1.55º 0.64% 0.71% -
XYZ 22.08 14.34 6.61 -
YUV 101.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 181 68 65 0 0.62 0.64 0.29 1.55 0.47 0.48
Hex B5 44 41 0 3E 40 1D 2 2F 30
Octal 265 104 101 0 76 100 35 2 57 60
Binary 10110101 1000100 1000001 0 111110 1000000 11101 10 101111 110000

Color Harmonies of #B54441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54441

Black with #B54441

Text Example


Text Example

White with #B54441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54441; }

 p { color: rgb(181,68,65); }

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

background-color css

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

 a { background-color: rgb(181,68,65); }

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

border-color css

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

 span { border-color: rgb(181,68,65); }

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