Html Css Color HEX #521923 Bordeaux

📋 copy color: '#521923'

red 82 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #521923

Tints of Bordeaux #521923

RGB

 RED value IS 82 (32.42% from 255) = 57.75%

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

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

R = 57.75%
G = 17.61%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#521923 (or 0x521923) is known color: Bordeaux. HEX triplet: 52, 19 and 23. RGB value is (82,25,35). Sum of RGB (Red+Green+Blue) = 82+25+35=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521923 is #ADE6DC. Grayscale: #2B2B2B. Windows color (decimal): -11396829 or 2300242. OLE color: 2300242.

HSL color Cylindrical-coordinate representation of color #521923: hue angle of 349.47º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521923 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 35 -
CMYK 0 0.70 0.57 0.68
HSL 349.47º 0.53% 0.21% -
HSV(B) 349.47º 0.7% 0.32% -
XYZ 4.13 2.61 1.88 -
YUV 43.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 82 25 35 0 0.70 0.57 0.68 349.47 0.53 0.21
Hex 52 19 23 0 46 39 44 15D 35 15
Octal 122 31 43 0 106 71 104 535 65 25
Binary 1010010 11001 100011 0 1000110 111001 1000100 101011101 110101 10101

Color Harmonies of #521923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521923

Black with #521923

Text Example


Text Example

White with #521923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521923; }

 p { color: rgb(82,25,35); }

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

background-color css

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

 a { background-color: rgb(82,25,35); }

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

border-color css

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

 span { border-color: rgb(82,25,35); }

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