Html Css Color HEX #51222A Bordeaux

📋 copy color: '#51222A'

red 81 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #51222A

Tints of Bordeaux #51222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 51.59%
G = 21.66%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#51222A (or 0x51222A) is known color: Bordeaux. HEX triplet: 51, 22 and 2A. RGB value is (81,34,42). Sum of RGB (Red+Green+Blue) = 81+34+42=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51222A is #AEDDD5. Grayscale: #303030. Windows color (decimal): -11460054 or 2761297. OLE color: 2761297.

HSL color Cylindrical-coordinate representation of color #51222A: hue angle of 349.79º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51222A is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 42 -
CMYK 0 0.58 0.48 0.68
HSL 349.79º 0.41% 0.23% -
HSV(B) 349.79º 0.58% 0.32% -
XYZ 4.38 3.06 2.55 -
YUV 48.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 81 34 42 0 0.58 0.48 0.68 349.79 0.41 0.23
Hex 51 22 2A 0 3A 30 44 15E 29 17
Octal 121 42 52 0 72 60 104 536 51 27
Binary 1010001 100010 101010 0 111010 110000 1000100 101011110 101001 10111

Color Harmonies of #51222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51222A

Black with #51222A

Text Example


Text Example

White with #51222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,34,42); }

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

background-color css

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

 a { background-color: rgb(81,34,42); }

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

border-color css

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

 span { border-color: rgb(81,34,42); }

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