Html Css Color HEX #481625 Bordeaux

📋 copy color: '#481625'

red 72 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #481625

Tints of Bordeaux #481625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

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

R = 54.96%
G = 16.79%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481625 (or 0x481625) is known color: Bordeaux. HEX triplet: 48, 16 and 25. RGB value is (72,22,37). Sum of RGB (Red+Green+Blue) = 72+22+37=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481625 is #B7E9DA. Grayscale: #262626. Windows color (decimal): -12052955 or 2430536. OLE color: 2430536.

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

Color convert

RGB 72 22 37 -
CMYK 0 0.69 0.49 0.72
HSL 342º 0.53% 0.18% -
HSV(B) 342º 0.69% 0.28% -
XYZ 3.29 2.09 1.98 -
YUV 38.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 72 22 37 0 0.69 0.49 0.72 342 0.53 0.18
Hex 48 16 25 0 45 31 48 156 35 12
Octal 110 26 45 0 105 61 110 526 65 22
Binary 1001000 10110 100101 0 1000101 110001 1001000 101010110 110101 10010

Color Harmonies of #481625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481625

Black with #481625

Text Example


Text Example

White with #481625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481625; }

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

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

background-color css

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

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

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

border-color css

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

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

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