Html Css Color HEX #521823 Bordeaux

📋 copy color: '#521823'

red 82 ◦ green 24 ◦ blue 35

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

Shades of Bordeaux #521823

Tints of Bordeaux #521823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 58.16%
G = 17.02%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#521823 (or 0x521823) is known color: Bordeaux. HEX triplet: 52, 18 and 23. RGB value is (82,24,35). Sum of RGB (Red+Green+Blue) = 82+24+35=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521823 is #ADE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11397085 or 2299986. OLE color: 2299986.

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

Color convert

RGB 82 24 35 -
CMYK 0 0.71 0.57 0.68
HSL 348.62º 0.55% 0.21% -
HSV(B) 348.62º 0.71% 0.32% -
XYZ 4.11 2.57 1.87 -
YUV 42.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 82 24 35 0 0.71 0.57 0.68 348.62 0.55 0.21
Hex 52 18 23 0 47 39 44 15D 37 15
Octal 122 30 43 0 107 71 104 535 67 25
Binary 1010010 11000 100011 0 1000111 111001 1000100 101011101 110111 10101

Color Harmonies of #521823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521823

Black with #521823

Text Example


Text Example

White with #521823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521823; }

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

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

background-color css

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

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

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

border-color css

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

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

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