Html Css Color HEX #481725 Bordeaux

📋 copy color: '#481725'

red 72 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #481725

Tints of Bordeaux #481725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

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

R = 54.55%
G = 17.42%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481725 (or 0x481725) is known color: Bordeaux. HEX triplet: 48, 17 and 25. RGB value is (72,23,37). Sum of RGB (Red+Green+Blue) = 72+23+37=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481725 is #B7E8DA. Grayscale: #272727. Windows color (decimal): -12052699 or 2430792. OLE color: 2430792.

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

Color convert

RGB 72 23 37 -
CMYK 0 0.68 0.49 0.72
HSL 342.86º 0.52% 0.19% -
HSV(B) 342.86º 0.68% 0.28% -
XYZ 3.31 2.12 1.99 -
YUV 39.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 72 23 37 0 0.68 0.49 0.72 342.86 0.52 0.19
Hex 48 17 25 0 44 31 48 157 34 13
Octal 110 27 45 0 104 61 110 527 64 23
Binary 1001000 10111 100101 0 1000100 110001 1001000 101010111 110100 10011

Color Harmonies of #481725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481725

Black with #481725

Text Example


Text Example

White with #481725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481725; }

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

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

background-color css

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

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

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

border-color css

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

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

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