Html Css Color HEX #52222B Bordeaux

📋 copy color: '#52222B'

red 82 ◦ green 34 ◦ blue 43

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

Shades of Bordeaux #52222B

Tints of Bordeaux #52222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 51.57%
G = 21.38%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52222B (or 0x52222B) is known color: Bordeaux. HEX triplet: 52, 22 and 2B. RGB value is (82,34,43). Sum of RGB (Red+Green+Blue) = 82+34+43=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52222B is #ADDDD4. Grayscale: #313131. Windows color (decimal): -11394517 or 2826834. OLE color: 2826834.

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

Color convert

RGB 82 34 43 -
CMYK 0 0.59 0.48 0.68
HSL 348.75º 0.41% 0.23% -
HSV(B) 348.75º 0.59% 0.32% -
XYZ 4.49 3.11 2.65 -
YUV 49.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 82 34 43 0 0.59 0.48 0.68 348.75 0.41 0.23
Hex 52 22 2B 0 3B 30 44 15D 29 17
Octal 122 42 53 0 73 60 104 535 51 27
Binary 1010010 100010 101011 0 111011 110000 1000100 101011101 101001 10111

Color Harmonies of #52222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52222B

Black with #52222B

Text Example


Text Example

White with #52222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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