Html Css Color HEX #52001D Bordeaux

📋 copy color: '#52001D'

red 82 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #52001D

Tints of Bordeaux #52001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 73.87%
G = 0%
B = 26.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52001D (or 0x52001D) is known color: Bordeaux. HEX triplet: 52, 00 and 1D. RGB value is (82,0,29). Sum of RGB (Red+Green+Blue) = 82+0+29=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001D is #ADFFE2. Grayscale: #1B1B1B. Windows color (decimal): -11403235 or 1900626. OLE color: 1900626.

HSL color Cylindrical-coordinate representation of color #52001D: hue angle of 338.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52001D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 29 -
CMYK 0 1 0.65 0.68
HSL 338.78º 1% 0.16% -
HSV(B) 338.78º 1% 0.32% -
XYZ 3.7 1.88 1.33 -
YUV 27.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 82 0 29 0 1 0.65 0.68 338.78 1 0.16
Hex 52 0 1D 0 64 41 44 153 64 10
Octal 122 0 35 0 144 101 104 523 144 20
Binary 1010010 0 11101 0 1100100 1000001 1000100 101010011 1100100 10000

Color Harmonies of #52001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52001D

Black with #52001D

Text Example


Text Example

White with #52001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52001D; }

 p { color: rgb(82,0,29); }

 H1.HeaderClassName
 {
   color: #52001D;
 }
 .AnyTagClassName
 {
   color: #52001D;
 }
</style>

background-color css

<style>
 a { background-color: #52001D; }

 a { background-color: rgb(82,0,29); }

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

border-color css

<style>
 span { border-color: #52001D; }

 span { border-color: rgb(82,0,29); }

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