Html Css Color HEX #51041F Bordeaux

📋 copy color: '#51041F'

red 81 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #51041F

Tints of Bordeaux #51041F

RGB

 RED value IS 81 (32.03% from 255) = 69.83%

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 69.83%
G = 3.45%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51041F (or 0x51041F) is known color: Bordeaux. HEX triplet: 51, 04 and 1F. RGB value is (81,4,31). Sum of RGB (Red+Green+Blue) = 81+4+31=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #51041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041F is #AEFBE0. Grayscale: #1E1E1E. Windows color (decimal): -11467745 or 2032721. OLE color: 2032721.

HSL color Cylindrical-coordinate representation of color #51041F: hue angle of 338.96º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51041F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 31 -
CMYK 0 0.95 0.62 0.68
HSL 338.96º 0.91% 0.17% -
HSV(B) 338.96º 0.95% 0.32% -
XYZ 3.68 1.94 1.48 -
YUV 30.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 81 4 31 0 0.95 0.62 0.68 338.96 0.91 0.17
Hex 51 4 1F 0 5F 3E 44 153 5B 11
Octal 121 4 37 0 137 76 104 523 133 21
Binary 1010001 100 11111 0 1011111 111110 1000100 101010011 1011011 10001

Color Harmonies of #51041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51041F

Black with #51041F

Text Example


Text Example

White with #51041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51041F; }

 p { color: rgb(81,4,31); }

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

background-color css

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

 a { background-color: rgb(81,4,31); }

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

border-color css

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

 span { border-color: rgb(81,4,31); }

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