Html Css Color HEX #481B25 Bordeaux

📋 copy color: '#481B25'

red 72 ◦ green 27 ◦ blue 37

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

Shades of Bordeaux #481B25

Tints of Bordeaux #481B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.21%

R = 52.94%
G = 19.85%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481B25 (or 0x481B25) is known color: Bordeaux. HEX triplet: 48, 1B and 25. RGB value is (72,27,37). Sum of RGB (Red+Green+Blue) = 72+27+37=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B25 is #B7E4DA. Grayscale: #292929. Windows color (decimal): -12051675 or 2431816. OLE color: 2431816.

HSL color Cylindrical-coordinate representation of color #481B25: hue angle of 346.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 #481B25 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 37 -
CMYK 0 0.62 0.49 0.72
HSL 346.67º 0.45% 0.19% -
HSV(B) 346.67º 0.63% 0.28% -
XYZ 3.4 2.3 2.01 -
YUV 41.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 72 27 37 0 0.62 0.49 0.72 346.67 0.45 0.19
Hex 48 1B 25 0 3E 31 48 15B 2D 13
Octal 110 33 45 0 76 61 110 533 55 23
Binary 1001000 11011 100101 0 111110 110001 1001000 101011011 101101 10011

Color Harmonies of #481B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B25

Black with #481B25

Text Example


Text Example

White with #481B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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