Html Css Color HEX #481B28 Bordeaux

📋 copy color: '#481B28'

red 72 ◦ green 27 ◦ blue 40

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

Shades of Bordeaux #481B28

Tints of Bordeaux #481B28

RGB

 RED value IS 72 (28.52% from 255) = 51.8%

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 51.8%
G = 19.42%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481B28 (or 0x481B28) is known color: Bordeaux. HEX triplet: 48, 1B and 28. RGB value is (72,27,40). Sum of RGB (Red+Green+Blue) = 72+27+40=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B28 is #B7E4D7. Grayscale: #292929. Windows color (decimal): -12051672 or 2628424. OLE color: 2628424.

HSL color Cylindrical-coordinate representation of color #481B28: hue angle of 342.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B28 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 40 -
CMYK 0 0.62 0.44 0.72
HSL 342.67º 0.45% 0.19% -
HSV(B) 342.67º 0.63% 0.28% -
XYZ 3.45 2.31 2.27 -
YUV 41.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 72 27 40 0 0.62 0.44 0.72 342.67 0.45 0.19
Hex 48 1B 28 0 3E 2C 48 157 2D 13
Octal 110 33 50 0 76 54 110 527 55 23
Binary 1001000 11011 101000 0 111110 101100 1001000 101010111 101101 10011

Color Harmonies of #481B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B28

Black with #481B28

Text Example


Text Example

White with #481B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481B28; }

 p { color: rgb(72,27,40); }

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

background-color css

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

 a { background-color: rgb(72,27,40); }

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

border-color css

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

 span { border-color: rgb(72,27,40); }

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