Html Css Color HEX #481F25 Bordeaux

📋 copy color: '#481F25'

red 72 ◦ green 31 ◦ blue 37

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

Shades of Bordeaux #481F25

Tints of Bordeaux #481F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.14%

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

R = 51.43%
G = 22.14%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481F25 (or 0x481F25) is known color: Bordeaux. HEX triplet: 48, 1F and 25. RGB value is (72,31,37). Sum of RGB (Red+Green+Blue) = 72+31+37=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #481F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F25 is #B7E0DA. Grayscale: #2B2B2B. Windows color (decimal): -12050651 or 2432840. OLE color: 2432840.

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

Color convert

RGB 72 31 37 -
CMYK 0 0.57 0.49 0.72
HSL 351.22º 0.4% 0.2% -
HSV(B) 351.22º 0.57% 0.28% -
XYZ 3.5 2.49 2.05 -
YUV 43.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 72 31 37 0 0.57 0.49 0.72 351.22 0.4 0.2
Hex 48 1F 25 0 39 31 48 15F 28 14
Octal 110 37 45 0 71 61 110 537 50 24
Binary 1001000 11111 100101 0 111001 110001 1001000 101011111 101000 10100

Color Harmonies of #481F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F25

Black with #481F25

Text Example


Text Example

White with #481F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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