Html Css Color HEX #52071A Bordeaux

📋 copy color: '#52071A'

red 82 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #52071A

Tints of Bordeaux #52071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 71.3%
G = 6.09%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52071A (or 0x52071A) is known color: Bordeaux. HEX triplet: 52, 07 and 1A. RGB value is (82,7,26). Sum of RGB (Red+Green+Blue) = 82+7+26=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52071A is #ADF8E5. Grayscale: #1F1F1F. Windows color (decimal): -11401446 or 1705810. OLE color: 1705810.

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

Color convert

RGB 82 7 26 -
CMYK 0 0.91 0.68 0.68
HSL 344.8º 0.84% 0.17% -
HSV(B) 344.8º 0.91% 0.32% -
XYZ 3.74 2.02 1.17 -
YUV 31.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 82 7 26 0 0.91 0.68 0.68 344.8 0.84 0.17
Hex 52 7 1A 0 5B 44 44 159 54 11
Octal 122 7 32 0 133 104 104 531 124 21
Binary 1010010 111 11010 0 1011011 1000100 1000100 101011001 1010100 10001

Color Harmonies of #52071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52071A

Black with #52071A

Text Example


Text Example

White with #52071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52071A; }

 p { color: rgb(82,7,26); }

 H1.HeaderClassName
 {
   color: #52071A;
 }
 .AnyTagClassName
 {
   color: #52071A;
 }
</style>

background-color css

<style>
 a { background-color: #52071A; }

 a { background-color: rgb(82,7,26); }

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

border-color css

<style>
 span { border-color: #52071A; }

 span { border-color: rgb(82,7,26); }

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