Html Css Color HEX #481825 Bordeaux

📋 copy color: '#481825'

red 72 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #481825

Tints of Bordeaux #481825

RGB

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

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

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

R = 54.14%
G = 18.05%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481825 (or 0x481825) is known color: Bordeaux. HEX triplet: 48, 18 and 25. RGB value is (72,24,37). Sum of RGB (Red+Green+Blue) = 72+24+37=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481825 is #B7E7DA. Grayscale: #272727. Windows color (decimal): -12052443 or 2431048. OLE color: 2431048.

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

Color convert

RGB 72 24 37 -
CMYK 0 0.67 0.49 0.72
HSL 343.75º 0.5% 0.19% -
HSV(B) 343.75º 0.67% 0.28% -
XYZ 3.33 2.16 1.99 -
YUV 39.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 72 24 37 0 0.67 0.49 0.72 343.75 0.5 0.19
Hex 48 18 25 0 43 31 48 158 32 13
Octal 110 30 45 0 103 61 110 530 62 23
Binary 1001000 11000 100101 0 1000011 110001 1001000 101011000 110010 10011

Color Harmonies of #481825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481825

Black with #481825

Text Example


Text Example

White with #481825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481825; }

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

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

background-color css

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

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

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

border-color css

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

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

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