Html Css Color HEX #52000F Bordeaux

📋 copy color: '#52000F'

red 82 ◦ green 0 ◦ blue 15

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

Shades of Bordeaux #52000F

Tints of Bordeaux #52000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.46%

R = 84.54%
G = 0%
B = 15.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52000F (or 0x52000F) is known color: Bordeaux. HEX triplet: 52, 00 and 0F. RGB value is (82,0,15). Sum of RGB (Red+Green+Blue) = 82+0+15=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #52000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000F is #ADFFF0. Grayscale: #1A1A1A. Windows color (decimal): -11403249 or 983122. OLE color: 983122.

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

Color convert

RGB 82 0 15 -
CMYK 0 1 0.82 0.68
HSL 349.02º 1% 0.16% -
HSV(B) 349.02º 1% 0.32% -
XYZ 3.57 1.83 0.62 -
YUV 26.23 121.67 167.78 -
System Red Green Blue C M Y K H S L
Decimal 82 0 15 0 1 0.82 0.68 349.02 1 0.16
Hex 52 0 F 0 64 52 44 15D 64 10
Octal 122 0 17 0 144 122 104 535 144 20
Binary 1010010 0 1111 0 1100100 1010010 1000100 101011101 1100100 10000

Color Harmonies of #52000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52000F

Black with #52000F

Text Example


Text Example

White with #52000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52000F; }

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

 H1.HeaderClassName
 {
   color: #52000F;
 }
 .AnyTagClassName
 {
   color: #52000F;
 }
</style>

background-color css

<style>
 a { background-color: #52000F; }

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

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

border-color css

<style>
 span { border-color: #52000F; }

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

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