Html Css Color HEX #521F25 Bordeaux

📋 copy color: '#521F25'

red 82 ◦ green 31 ◦ blue 37

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

Shades of Bordeaux #521F25

Tints of Bordeaux #521F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.67%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 54.67%
G = 20.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#521F25 (or 0x521F25) is known color: Bordeaux. HEX triplet: 52, 1F and 25. RGB value is (82,31,37). Sum of RGB (Red+Green+Blue) = 82+31+37=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F25 is #ADE0DA. Grayscale: #2E2E2E. Windows color (decimal): -11395291 or 2432850. OLE color: 2432850.

HSL color Cylindrical-coordinate representation of color #521F25: hue angle of 352.94º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F25 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 37 -
CMYK 0 0.62 0.55 0.68
HSL 352.94º 0.45% 0.22% -
HSV(B) 352.94º 0.62% 0.32% -
XYZ 4.3 2.91 2.08 -
YUV 46.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 82 31 37 0 0.62 0.55 0.68 352.94 0.45 0.22
Hex 52 1F 25 0 3E 37 44 161 2D 16
Octal 122 37 45 0 76 67 104 541 55 26
Binary 1010010 11111 100101 0 111110 110111 1000100 101100001 101101 10110

Color Harmonies of #521F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F25

Black with #521F25

Text Example


Text Example

White with #521F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F25; }

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

 H1.HeaderClassName
 {
   color: #521F25;
 }
 .AnyTagClassName
 {
   color: #521F25;
 }
</style>

background-color css

<style>
 a { background-color: #521F25; }

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

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

border-color css

<style>
 span { border-color: #521F25; }

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

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