Html Css Color HEX #521622 Bordeaux

📋 copy color: '#521622'

red 82 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #521622

Tints of Bordeaux #521622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 59.42%
G = 15.94%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#521622 (or 0x521622) is known color: Bordeaux. HEX triplet: 52, 16 and 22. RGB value is (82,22,34). Sum of RGB (Red+Green+Blue) = 82+22+34=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521622 is #ADE9DD. Grayscale: #292929. Windows color (decimal): -11397598 or 2233938. OLE color: 2233938.

HSL color Cylindrical-coordinate representation of color #521622: hue angle of 348º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521622 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 22 34 -
CMYK 0 0.73 0.59 0.68
HSL 348º 0.58% 0.2% -
HSV(B) 348º 0.73% 0.32% -
XYZ 4.06 2.48 1.78 -
YUV 41.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 82 22 34 0 0.73 0.59 0.68 348 0.58 0.2
Hex 52 16 22 0 49 3B 44 15C 3A 14
Octal 122 26 42 0 111 73 104 534 72 24
Binary 1010010 10110 100010 0 1001001 111011 1000100 101011100 111010 10100

Color Harmonies of #521622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521622

Black with #521622

Text Example


Text Example

White with #521622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521622; }

 p { color: rgb(82,22,34); }

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

background-color css

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

 a { background-color: rgb(82,22,34); }

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

border-color css

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

 span { border-color: rgb(82,22,34); }

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