Html Css Color HEX #571023 Bordeaux

📋 copy color: '#571023'

red 87 ◦ green 16 ◦ blue 35

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

Shades of Bordeaux #571023

Tints of Bordeaux #571023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 35 (14.06% from 255) = 25.36%

R = 63.04%
G = 11.59%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571023 (or 0x571023) is known color: Bordeaux. HEX triplet: 57, 10 and 23. RGB value is (87,16,35). Sum of RGB (Red+Green+Blue) = 87+16+35=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571023 is #A8EFDC. Grayscale: #272727. Windows color (decimal): -11071453 or 2297943. OLE color: 2297943.

HSL color Cylindrical-coordinate representation of color #571023: hue angle of 343.94º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571023 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 35 -
CMYK 0 0.82 0.60 0.66
HSL 343.94º 0.69% 0.2% -
HSV(B) 343.94º 0.82% 0.34% -
XYZ 4.42 2.52 1.84 -
YUV 39.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 87 16 35 0 0.82 0.60 0.66 343.94 0.69 0.2
Hex 57 10 23 0 52 3C 42 158 45 14
Octal 127 20 43 0 122 74 102 530 105 24
Binary 1010111 10000 100011 0 1010010 111100 1000010 101011000 1000101 10100

Color Harmonies of #571023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571023

Black with #571023

Text Example


Text Example

White with #571023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571023; }

 p { color: rgb(87,16,35); }

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

background-color css

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

 a { background-color: rgb(87,16,35); }

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

border-color css

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

 span { border-color: rgb(87,16,35); }

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