Html Css Color HEX #52151A Bordeaux

📋 copy color: '#52151A'

red 82 ◦ green 21 ◦ blue 26

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

Shades of Bordeaux #52151A

Tints of Bordeaux #52151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 63.57%
G = 16.28%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52151A (or 0x52151A) is known color: Bordeaux. HEX triplet: 52, 15 and 1A. RGB value is (82,21,26). Sum of RGB (Red+Green+Blue) = 82+21+26=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151A is #ADEAE5. Grayscale: #272727. Windows color (decimal): -11397862 or 1709394. OLE color: 1709394.

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

Color convert

RGB 82 21 26 -
CMYK 0 0.74 0.68 0.68
HSL 355.08º 0.59% 0.2% -
HSV(B) 355.08º 0.74% 0.32% -
XYZ 3.93 2.4 1.23 -
YUV 39.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 82 21 26 0 0.74 0.68 0.68 355.08 0.59 0.2
Hex 52 15 1A 0 4A 44 44 163 3B 14
Octal 122 25 32 0 112 104 104 543 73 24
Binary 1010010 10101 11010 0 1001010 1000100 1000100 101100011 111011 10100

Color Harmonies of #52151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52151A

Black with #52151A

Text Example


Text Example

White with #52151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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