Html Css Color HEX #571625 Bordeaux

📋 copy color: '#571625'

red 87 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #571625

Tints of Bordeaux #571625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

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

R = 59.59%
G = 15.07%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571625 (or 0x571625) is known color: Bordeaux. HEX triplet: 57, 16 and 25. RGB value is (87,22,37). Sum of RGB (Red+Green+Blue) = 87+22+37=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571625 is #A8E9DA. Grayscale: #2B2B2B. Windows color (decimal): -11069915 or 2430551. OLE color: 2430551.

HSL color Cylindrical-coordinate representation of color #571625: hue angle of 346.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571625 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 22 37 -
CMYK 0 0.75 0.57 0.66
HSL 346.15º 0.6% 0.21% -
HSV(B) 346.15º 0.75% 0.34% -
XYZ 4.55 2.73 2.04 -
YUV 43.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 87 22 37 0 0.75 0.57 0.66 346.15 0.6 0.21
Hex 57 16 25 0 4B 39 42 15A 3C 15
Octal 127 26 45 0 113 71 102 532 74 25
Binary 1010111 10110 100101 0 1001011 111001 1000010 101011010 111100 10101

Color Harmonies of #571625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571625

Black with #571625

Text Example


Text Example

White with #571625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571625; }

 p { color: rgb(87,22,37); }

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

background-color css

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

 a { background-color: rgb(87,22,37); }

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

border-color css

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

 span { border-color: rgb(87,22,37); }

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