Html Css Color HEX #52030F Bordeaux

📋 copy color: '#52030F'

red 82 ◦ green 3 ◦ blue 15

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

Shades of Bordeaux #52030F

Tints of Bordeaux #52030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3%

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

R = 82%
G = 3%
B = 15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52030F (or 0x52030F) is known color: Bordeaux. HEX triplet: 52, 03 and 0F. RGB value is (82,3,15). Sum of RGB (Red+Green+Blue) = 82+3+15=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #52030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030F is #ADFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11402481 or 983890. OLE color: 983890.

HSL color Cylindrical-coordinate representation of color #52030F: hue angle of 350.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52030F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 15 -
CMYK 0 0.96 0.82 0.68
HSL 350.89º 0.93% 0.17% -
HSV(B) 350.89º 0.96% 0.32% -
XYZ 3.6 1.89 0.63 -
YUV 27.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 82 3 15 0 0.96 0.82 0.68 350.89 0.93 0.17
Hex 52 3 F 0 60 52 44 15F 5D 11
Octal 122 3 17 0 140 122 104 537 135 21
Binary 1010010 11 1111 0 1100000 1010010 1000100 101011111 1011101 10001

Color Harmonies of #52030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52030F

Black with #52030F

Text Example


Text Example

White with #52030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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