Html Css Color HEX #481925 Bordeaux

📋 copy color: '#481925'

red 72 ◦ green 25 ◦ blue 37

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

Shades of Bordeaux #481925

Tints of Bordeaux #481925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

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

R = 53.73%
G = 18.66%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#481925 (or 0x481925) is known color: Bordeaux. HEX triplet: 48, 19 and 25. RGB value is (72,25,37). Sum of RGB (Red+Green+Blue) = 72+25+37=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481925 is #B7E6DA. Grayscale: #282828. Windows color (decimal): -12052187 or 2431304. OLE color: 2431304.

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

Color convert

RGB 72 25 37 -
CMYK 0 0.65 0.49 0.72
HSL 344.68º 0.48% 0.19% -
HSV(B) 344.68º 0.65% 0.28% -
XYZ 3.35 2.21 2 -
YUV 40.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 72 25 37 0 0.65 0.49 0.72 344.68 0.48 0.19
Hex 48 19 25 0 41 31 48 159 30 13
Octal 110 31 45 0 101 61 110 531 60 23
Binary 1001000 11001 100101 0 1000001 110001 1001000 101011001 110000 10011

Color Harmonies of #481925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481925

Black with #481925

Text Example


Text Example

White with #481925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481925; }

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

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

background-color css

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

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

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

border-color css

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

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

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