Html Css Color HEX #571926 Bordeaux

📋 copy color: '#571926'

red 87 ◦ green 25 ◦ blue 38

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

Shades of Bordeaux #571926

Tints of Bordeaux #571926

RGB

 RED value IS 87 (34.38% from 255) = 58%

 GREEN value IS 25 (10.16% from 255) = 16.67%

 BLUE value IS 38 (15.23% from 255) = 25.33%

R = 58%
G = 16.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#571926 (or 0x571926) is known color: Bordeaux. HEX triplet: 57, 19 and 26. RGB value is (87,25,38). Sum of RGB (Red+Green+Blue) = 87+25+38=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571926 is #A8E6D9. Grayscale: #2D2D2D. Windows color (decimal): -11069146 or 2496855. OLE color: 2496855.

HSL color Cylindrical-coordinate representation of color #571926: hue angle of 347.42º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571926 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 38 -
CMYK 0 0.71 0.56 0.66
HSL 347.42º 0.55% 0.22% -
HSV(B) 347.42º 0.71% 0.34% -
XYZ 4.63 2.86 2.14 -
YUV 45.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 87 25 38 0 0.71 0.56 0.66 347.42 0.55 0.22
Hex 57 19 26 0 47 38 42 15B 37 16
Octal 127 31 46 0 107 70 102 533 67 26
Binary 1010111 11001 100110 0 1000111 111000 1000010 101011011 110111 10110

Color Harmonies of #571926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571926

Black with #571926

Text Example


Text Example

White with #571926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571926; }

 p { color: rgb(87,25,38); }

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

background-color css

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

 a { background-color: rgb(87,25,38); }

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

border-color css

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

 span { border-color: rgb(87,25,38); }

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