Html Css Color HEX #51041A Bordeaux

📋 copy color: '#51041A'

red 81 ◦ green 4 ◦ blue 26

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

Shades of Bordeaux #51041A

Tints of Bordeaux #51041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 72.97%
G = 3.6%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#51041A (or 0x51041A) is known color: Bordeaux. HEX triplet: 51, 04 and 1A. RGB value is (81,4,26). Sum of RGB (Red+Green+Blue) = 81+4+26=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51041A is #AEFBE5. Grayscale: #1D1D1D. Windows color (decimal): -11467750 or 1705041. OLE color: 1705041.

HSL color Cylindrical-coordinate representation of color #51041A: hue angle of 342.86º 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 #51041A is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 26 -
CMYK 0 0.95 0.68 0.68
HSL 342.86º 0.91% 0.17% -
HSV(B) 342.86º 0.95% 0.32% -
XYZ 3.62 1.91 1.16 -
YUV 29.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 81 4 26 0 0.95 0.68 0.68 342.86 0.91 0.17
Hex 51 4 1A 0 5F 44 44 157 5B 11
Octal 121 4 32 0 137 104 104 527 133 21
Binary 1010001 100 11010 0 1011111 1000100 1000100 101010111 1011011 10001

Color Harmonies of #51041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51041A

Black with #51041A

Text Example


Text Example

White with #51041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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