Html Css Color HEX #4A1F25 Bordeaux

📋 copy color: '#4A1F25'

red 74 ◦ green 31 ◦ blue 37

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

Shades of Bordeaux #4A1F25

Tints of Bordeaux #4A1F25

RGB

 RED value IS 74 (29.3% from 255) = 52.11%

 GREEN value IS 31 (12.5% from 255) = 21.83%

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

R = 52.11%
G = 21.83%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.71

RGB Variations

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

Color information

#4A1F25 (or 0x4A1F25) is known color: Bordeaux. HEX triplet: 4A, 1F and 25. RGB value is (74,31,37). Sum of RGB (Red+Green+Blue) = 74+31+37=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F25 is #B5E0DA. Grayscale: #2C2C2C. Windows color (decimal): -11919579 or 2432842. OLE color: 2432842.

HSL color Cylindrical-coordinate representation of color #4A1F25: hue angle of 351.63º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A1F25 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 31 37 -
CMYK 0 0.58 0.50 0.71
HSL 351.63º 0.41% 0.21% -
HSV(B) 351.63º 0.58% 0.29% -
XYZ 3.65 2.57 2.05 -
YUV 44.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 74 31 37 0 0.58 0.50 0.71 351.63 0.41 0.21
Hex 4A 1F 25 0 3A 32 47 160 29 15
Octal 112 37 45 0 72 62 107 540 51 25
Binary 1001010 11111 100101 0 111010 110010 1000111 101100000 101001 10101

Color Harmonies of #4A1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F25

Black with #4A1F25

Text Example


Text Example

White with #4A1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1F25; }

 p { color: rgb(74,31,37); }

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

background-color css

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

 a { background-color: rgb(74,31,37); }

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

border-color css

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

 span { border-color: rgb(74,31,37); }

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