Html Css Color HEX #52061F Bordeaux

📋 copy color: '#52061F'

red 82 ◦ green 6 ◦ blue 31

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

Shades of Bordeaux #52061F

Tints of Bordeaux #52061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

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

R = 68.91%
G = 5.04%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52061F (or 0x52061F) is known color: Bordeaux. HEX triplet: 52, 06 and 1F. RGB value is (82,6,31). Sum of RGB (Red+Green+Blue) = 82+6+31=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #52061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061F is #ADF9E0. Grayscale: #1F1F1F. Windows color (decimal): -11401697 or 2033234. OLE color: 2033234.

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

Color convert

RGB 82 6 31 -
CMYK 0 0.93 0.62 0.68
HSL 340.26º 0.86% 0.17% -
HSV(B) 340.26º 0.93% 0.32% -
XYZ 3.79 2.02 1.49 -
YUV 31.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 82 6 31 0 0.93 0.62 0.68 340.26 0.86 0.17
Hex 52 6 1F 0 5D 3E 44 154 56 11
Octal 122 6 37 0 135 76 104 524 126 21
Binary 1010010 110 11111 0 1011101 111110 1000100 101010100 1010110 10001

Color Harmonies of #52061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52061F

Black with #52061F

Text Example


Text Example

White with #52061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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