Html Css Color HEX #481F26 Bordeaux

📋 copy color: '#481F26'

red 72 ◦ green 31 ◦ blue 38

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

Shades of Bordeaux #481F26

Tints of Bordeaux #481F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 51.06%
G = 21.99%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481F26 (or 0x481F26) is known color: Bordeaux. HEX triplet: 48, 1F and 26. RGB value is (72,31,38). Sum of RGB (Red+Green+Blue) = 72+31+38=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F26 is #B7E0D9. Grayscale: #2C2C2C. Windows color (decimal): -12050650 or 2498376. OLE color: 2498376.

HSL color Cylindrical-coordinate representation of color #481F26: hue angle of 349.76º 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 #481F26 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 38 -
CMYK 0 0.57 0.47 0.72
HSL 349.76º 0.4% 0.2% -
HSV(B) 349.76º 0.57% 0.28% -
XYZ 3.51 2.5 2.13 -
YUV 44.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 72 31 38 0 0.57 0.47 0.72 349.76 0.4 0.2
Hex 48 1F 26 0 39 2F 48 15E 28 14
Octal 110 37 46 0 71 57 110 536 50 24
Binary 1001000 11111 100110 0 111001 101111 1001000 101011110 101000 10100

Color Harmonies of #481F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F26

Black with #481F26

Text Example


Text Example

White with #481F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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