Html Css Color HEX #52151B Bordeaux

📋 copy color: '#52151B'

red 82 ◦ green 21 ◦ blue 27

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

Shades of Bordeaux #52151B

Tints of Bordeaux #52151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 63.08%
G = 16.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52151B (or 0x52151B) is known color: Bordeaux. HEX triplet: 52, 15 and 1B. RGB value is (82,21,27). Sum of RGB (Red+Green+Blue) = 82+21+27=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151B is #ADEAE4. Grayscale: #272727. Windows color (decimal): -11397861 or 1774930. OLE color: 1774930.

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

Color convert

RGB 82 21 27 -
CMYK 0 0.74 0.67 0.68
HSL 354.1º 0.59% 0.2% -
HSV(B) 354.1º 0.74% 0.32% -
XYZ 3.95 2.41 1.29 -
YUV 39.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 82 21 27 0 0.74 0.67 0.68 354.1 0.59 0.2
Hex 52 15 1B 0 4A 43 44 162 3B 14
Octal 122 25 33 0 112 103 104 542 73 24
Binary 1010010 10101 11011 0 1001010 1000011 1000100 101100010 111011 10100

Color Harmonies of #52151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52151B

Black with #52151B

Text Example


Text Example

White with #52151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,21,27); }

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

background-color css

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

 a { background-color: rgb(82,21,27); }

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

border-color css

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

 span { border-color: rgb(82,21,27); }

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