Html Css Color HEX #52001E Bordeaux

📋 copy color: '#52001E'

red 82 ◦ green 0 ◦ blue 30

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

Shades of Bordeaux #52001E

Tints of Bordeaux #52001E

RGB

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

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

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

R = 73.21%
G = 0%
B = 26.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52001E (or 0x52001E) is known color: Bordeaux. HEX triplet: 52, 00 and 1E. RGB value is (82,0,30). Sum of RGB (Red+Green+Blue) = 82+0+30=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52001E is #ADFFE1. Grayscale: #1B1B1B. Windows color (decimal): -11403234 or 1966162. OLE color: 1966162.

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

Color convert

RGB 82 0 30 -
CMYK 0 1 0.63 0.68
HSL 338.05º 1% 0.16% -
HSV(B) 338.05º 1% 0.32% -
XYZ 3.71 1.89 1.4 -
YUV 27.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 82 0 30 0 1 0.63 0.68 338.05 1 0.16
Hex 52 0 1E 0 64 3F 44 152 64 10
Octal 122 0 36 0 144 77 104 522 144 20
Binary 1010010 0 11110 0 1100100 111111 1000100 101010010 1100100 10000

Color Harmonies of #52001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52001E

Black with #52001E

Text Example


Text Example

White with #52001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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