Html Css Color HEX #570423 Bordeaux

📋 copy color: '#570423'

red 87 ◦ green 4 ◦ blue 35

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

Shades of Bordeaux #570423

Tints of Bordeaux #570423

RGB

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

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

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

R = 69.05%
G = 3.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#570423 (or 0x570423) is known color: Bordeaux. HEX triplet: 57, 04 and 23. RGB value is (87,4,35). Sum of RGB (Red+Green+Blue) = 87+4+35=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570423 is #A8FBDC. Grayscale: #202020. Windows color (decimal): -11074525 or 2294871. OLE color: 2294871.

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

Color convert

RGB 87 4 35 -
CMYK 0 0.95 0.60 0.66
HSL 337.59º 0.91% 0.18% -
HSV(B) 337.59º 0.95% 0.34% -
XYZ 4.28 2.23 1.8 -
YUV 32.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 87 4 35 0 0.95 0.60 0.66 337.59 0.91 0.18
Hex 57 4 23 0 5F 3C 42 152 5B 12
Octal 127 4 43 0 137 74 102 522 133 22
Binary 1010111 100 100011 0 1011111 111100 1000010 101010010 1011011 10010

Color Harmonies of #570423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570423

Black with #570423

Text Example


Text Example

White with #570423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570423; }

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

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

background-color css

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

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

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

border-color css

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

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

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