Html Css Color HEX #52232B Bordeaux

📋 copy color: '#52232B'

red 82 ◦ green 35 ◦ blue 43

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

Shades of Bordeaux #52232B

Tints of Bordeaux #52232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 51.25%
G = 21.88%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52232B (or 0x52232B) is known color: Bordeaux. HEX triplet: 52, 23 and 2B. RGB value is (82,35,43). Sum of RGB (Red+Green+Blue) = 82+35+43=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52232B is #ADDCD4. Grayscale: #313131. Windows color (decimal): -11394261 or 2827090. OLE color: 2827090.

HSL color Cylindrical-coordinate representation of color #52232B: hue angle of 349.79º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52232B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 43 -
CMYK 0 0.57 0.48 0.68
HSL 349.79º 0.4% 0.23% -
HSV(B) 349.79º 0.57% 0.32% -
XYZ 4.52 3.17 2.66 -
YUV 49.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 82 35 43 0 0.57 0.48 0.68 349.79 0.4 0.23
Hex 52 23 2B 0 39 30 44 15E 28 17
Octal 122 43 53 0 71 60 104 536 50 27
Binary 1010010 100011 101011 0 111001 110000 1000100 101011110 101000 10111

Color Harmonies of #52232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52232B

Black with #52232B

Text Example


Text Example

White with #52232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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