Html Css Color HEX #521822 Bordeaux

📋 copy color: '#521822'

red 82 ◦ green 24 ◦ blue 34

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

Shades of Bordeaux #521822

Tints of Bordeaux #521822

RGB

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

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

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

R = 58.57%
G = 17.14%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#521822 (or 0x521822) is known color: Bordeaux. HEX triplet: 52, 18 and 22. RGB value is (82,24,34). Sum of RGB (Red+Green+Blue) = 82+24+34=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521822 is #ADE7DD. Grayscale: #2A2A2A. Windows color (decimal): -11397086 or 2234450. OLE color: 2234450.

HSL color Cylindrical-coordinate representation of color #521822: hue angle of 349.66º 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 #521822 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 34 -
CMYK 0 0.71 0.59 0.68
HSL 349.66º 0.55% 0.21% -
HSV(B) 349.66º 0.71% 0.32% -
XYZ 4.1 2.56 1.79 -
YUV 42.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 82 24 34 0 0.71 0.59 0.68 349.66 0.55 0.21
Hex 52 18 22 0 47 3B 44 15E 37 15
Octal 122 30 42 0 107 73 104 536 67 25
Binary 1010010 11000 100010 0 1000111 111011 1000100 101011110 110111 10101

Color Harmonies of #521822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521822

Black with #521822

Text Example


Text Example

White with #521822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521822; }

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

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

background-color css

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

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

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

border-color css

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

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

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