Html Css Color HEX #481826 Bordeaux

📋 copy color: '#481826'

red 72 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #481826

Tints of Bordeaux #481826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 53.73%
G = 17.91%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481826 (or 0x481826) is known color: Bordeaux. HEX triplet: 48, 18 and 26. RGB value is (72,24,38). Sum of RGB (Red+Green+Blue) = 72+24+38=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481826 is #B7E7D9. Grayscale: #272727. Windows color (decimal): -12052442 or 2496584. OLE color: 2496584.

HSL color Cylindrical-coordinate representation of color #481826: hue angle of 342.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481826 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 38 -
CMYK 0 0.67 0.47 0.72
HSL 342.5º 0.5% 0.19% -
HSV(B) 342.5º 0.67% 0.28% -
XYZ 3.35 2.17 2.08 -
YUV 39.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 72 24 38 0 0.67 0.47 0.72 342.5 0.5 0.19
Hex 48 18 26 0 43 2F 48 156 32 13
Octal 110 30 46 0 103 57 110 526 62 23
Binary 1001000 11000 100110 0 1000011 101111 1001000 101010110 110010 10011

Color Harmonies of #481826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481826

Black with #481826

Text Example


Text Example

White with #481826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481826; }

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

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

background-color css

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

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

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

border-color css

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

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

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