Html Css Color HEX #52041F Bordeaux

📋 copy color: '#52041F'

red 82 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #52041F

Tints of Bordeaux #52041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 70.09%
G = 3.42%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52041F (or 0x52041F) is known color: Bordeaux. HEX triplet: 52, 04 and 1F. RGB value is (82,4,31). Sum of RGB (Red+Green+Blue) = 82+4+31=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #52041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52041F is #ADFBE0. Grayscale: #1E1E1E. Windows color (decimal): -11402209 or 2032722. OLE color: 2032722.

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

Color convert

RGB 82 4 31 -
CMYK 0 0.95 0.62 0.68
HSL 339.23º 0.91% 0.17% -
HSV(B) 339.23º 0.95% 0.32% -
XYZ 3.77 1.98 1.48 -
YUV 30.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 82 4 31 0 0.95 0.62 0.68 339.23 0.91 0.17
Hex 52 4 1F 0 5F 3E 44 153 5B 11
Octal 122 4 37 0 137 76 104 523 133 21
Binary 1010010 100 11111 0 1011111 111110 1000100 101010011 1011011 10001

Color Harmonies of #52041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52041F

Black with #52041F

Text Example


Text Example

White with #52041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,4,31); }

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

background-color css

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

 a { background-color: rgb(82,4,31); }

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

border-color css

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

 span { border-color: rgb(82,4,31); }

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