Html Css Color HEX #481C28 Bordeaux

📋 copy color: '#481C28'

red 72 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #481C28

Tints of Bordeaux #481C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 51.43%
G = 20%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481C28 (or 0x481C28) is known color: Bordeaux. HEX triplet: 48, 1C and 28. RGB value is (72,28,40). Sum of RGB (Red+Green+Blue) = 72+28+40=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C28 is #B7E3D7. Grayscale: #2A2A2A. Windows color (decimal): -12051416 or 2628680. OLE color: 2628680.

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

Color convert

RGB 72 28 40 -
CMYK 0 0.61 0.44 0.72
HSL 343.64º 0.44% 0.2% -
HSV(B) 343.64º 0.61% 0.28% -
XYZ 3.47 2.36 2.28 -
YUV 42.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 72 28 40 0 0.61 0.44 0.72 343.64 0.44 0.2
Hex 48 1C 28 0 3D 2C 48 158 2C 14
Octal 110 34 50 0 75 54 110 530 54 24
Binary 1001000 11100 101000 0 111101 101100 1001000 101011000 101100 10100

Color Harmonies of #481C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C28

Black with #481C28

Text Example


Text Example

White with #481C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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