Html Css Color HEX #52151E Bordeaux

📋 copy color: '#52151E'

red 82 ◦ green 21 ◦ blue 30

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

Shades of Bordeaux #52151E

Tints of Bordeaux #52151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 61.65%
G = 15.79%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52151E (or 0x52151E) is known color: Bordeaux. HEX triplet: 52, 15 and 1E. RGB value is (82,21,30). Sum of RGB (Red+Green+Blue) = 82+21+30=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151E is #ADEAE1. Grayscale: #282828. Windows color (decimal): -11397858 or 1971538. OLE color: 1971538.

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

Color convert

RGB 82 21 30 -
CMYK 0 0.74 0.63 0.68
HSL 351.15º 0.59% 0.2% -
HSV(B) 351.15º 0.74% 0.32% -
XYZ 3.98 2.42 1.49 -
YUV 40.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 82 21 30 0 0.74 0.63 0.68 351.15 0.59 0.2
Hex 52 15 1E 0 4A 3F 44 15F 3B 14
Octal 122 25 36 0 112 77 104 537 73 24
Binary 1010010 10101 11110 0 1001010 111111 1000100 101011111 111011 10100

Color Harmonies of #52151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52151E

Black with #52151E

Text Example


Text Example

White with #52151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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