Html Css Color HEX #52222A Bordeaux

📋 copy color: '#52222A'

red 82 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #52222A

Tints of Bordeaux #52222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 51.9%
G = 21.52%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52222A (or 0x52222A) is known color: Bordeaux. HEX triplet: 52, 22 and 2A. RGB value is (82,34,42). Sum of RGB (Red+Green+Blue) = 82+34+42=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52222A is #ADDDD5. Grayscale: #313131. Windows color (decimal): -11394518 or 2761298. OLE color: 2761298.

HSL color Cylindrical-coordinate representation of color #52222A: hue angle of 350º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52222A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 42 -
CMYK 0 0.59 0.49 0.68
HSL 350º 0.41% 0.23% -
HSV(B) 350º 0.59% 0.32% -
XYZ 4.47 3.11 2.55 -
YUV 49.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 82 34 42 0 0.59 0.49 0.68 350 0.41 0.23
Hex 52 22 2A 0 3B 31 44 15E 29 17
Octal 122 42 52 0 73 61 104 536 51 27
Binary 1010010 100010 101010 0 111011 110001 1000100 101011110 101001 10111

Color Harmonies of #52222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52222A

Black with #52222A

Text Example


Text Example

White with #52222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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