Html Css Color HEX #471425 Bordeaux

📋 copy color: '#471425'

red 71 ◦ green 20 ◦ blue 37

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

Shades of Bordeaux #471425

Tints of Bordeaux #471425

RGB

 RED value IS 71 (28.13% from 255) = 55.47%

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

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

R = 55.47%
G = 15.63%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#471425 (or 0x471425) is known color: Bordeaux. HEX triplet: 47, 14 and 25. RGB value is (71,20,37). Sum of RGB (Red+Green+Blue) = 71+20+37=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471425 is #B8EBDA. Grayscale: #252525. Windows color (decimal): -12119003 or 2430023. OLE color: 2430023.

HSL color Cylindrical-coordinate representation of color #471425: hue angle of 340º degrees, saturation: 0.56, 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 #471425 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 20 37 -
CMYK 0 0.72 0.48 0.72
HSL 340º 0.56% 0.18% -
HSV(B) 340º 0.72% 0.28% -
XYZ 3.18 1.97 1.96 -
YUV 37.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 71 20 37 0 0.72 0.48 0.72 340 0.56 0.18
Hex 47 14 25 0 48 30 48 154 38 12
Octal 107 24 45 0 110 60 110 524 70 22
Binary 1000111 10100 100101 0 1001000 110000 1001000 101010100 111000 10010

Color Harmonies of #471425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471425

Black with #471425

Text Example


Text Example

White with #471425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471425; }

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

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

background-color css

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

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

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

border-color css

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

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

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