Html Css Color HEX #481425 Bordeaux

📋 copy color: '#481425'

red 72 ◦ green 20 ◦ blue 37

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

Shades of Bordeaux #481425

Tints of Bordeaux #481425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

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

R = 55.81%
G = 15.5%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481425 (or 0x481425) is known color: Bordeaux. HEX triplet: 48, 14 and 25. RGB value is (72,20,37). Sum of RGB (Red+Green+Blue) = 72+20+37=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481425 is #B7EBDA. Grayscale: #252525. Windows color (decimal): -12053467 or 2430024. OLE color: 2430024.

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

Color convert

RGB 72 20 37 -
CMYK 0 0.72 0.49 0.72
HSL 340.38º 0.57% 0.18% -
HSV(B) 340.38º 0.72% 0.28% -
XYZ 3.26 2.01 1.97 -
YUV 37.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 72 20 37 0 0.72 0.49 0.72 340.38 0.57 0.18
Hex 48 14 25 0 48 31 48 154 39 12
Octal 110 24 45 0 110 61 110 524 71 22
Binary 1001000 10100 100101 0 1001000 110001 1001000 101010100 111001 10010

Color Harmonies of #481425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481425

Black with #481425

Text Example


Text Example

White with #481425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481425; }

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

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

background-color css

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

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

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

border-color css

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

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

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