Html Css Color HEX #4A151F Bordeaux

📋 copy color: '#4A151F'

red 74 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #4A151F

Tints of Bordeaux #4A151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 58.73%
G = 16.67%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#4A151F (or 0x4A151F) is known color: Bordeaux. HEX triplet: 4A, 15 and 1F. RGB value is (74,21,31). Sum of RGB (Red+Green+Blue) = 74+21+31=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A151F is #B5EAE0. Grayscale: #262626. Windows color (decimal): -11922145 or 2037066. OLE color: 2037066.

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

Color convert

RGB 74 21 31 -
CMYK 0 0.72 0.58 0.71
HSL 348.68º 0.56% 0.19% -
HSV(B) 348.68º 0.72% 0.29% -
XYZ 3.34 2.09 1.52 -
YUV 37.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 74 21 31 0 0.72 0.58 0.71 348.68 0.56 0.19
Hex 4A 15 1F 0 48 3A 47 15D 38 13
Octal 112 25 37 0 110 72 107 535 70 23
Binary 1001010 10101 11111 0 1001000 111010 1000111 101011101 111000 10011

Color Harmonies of #4A151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A151F

Black with #4A151F

Text Example


Text Example

White with #4A151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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