Html Css Color HEX #530E1D Bordeaux

📋 copy color: '#530E1D'

red 83 ◦ green 14 ◦ blue 29

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

Shades of Bordeaux #530E1D

Tints of Bordeaux #530E1D

RGB

 RED value IS 83 (32.81% from 255) = 65.87%

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 65.87%
G = 11.11%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#530E1D (or 0x530E1D) is known color: Bordeaux. HEX triplet: 53, 0E and 1D. RGB value is (83,14,29). Sum of RGB (Red+Green+Blue) = 83+14+29=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E1D is #ACF1E2. Grayscale: #242424. Windows color (decimal): -11334115 or 1904211. OLE color: 1904211.

HSL color Cylindrical-coordinate representation of color #530E1D: hue angle of 346.96º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E1D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 14 29 -
CMYK 0 0.83 0.65 0.67
HSL 346.96º 0.71% 0.19% -
HSV(B) 346.96º 0.83% 0.33% -
XYZ 3.95 2.24 1.39 -
YUV 36.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 83 14 29 0 0.83 0.65 0.67 346.96 0.71 0.19
Hex 53 E 1D 0 53 41 43 15B 47 13
Octal 123 16 35 0 123 101 103 533 107 23
Binary 1010011 1110 11101 0 1010011 1000001 1000011 101011011 1000111 10011

Color Harmonies of #530E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E1D

Black with #530E1D

Text Example


Text Example

White with #530E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530E1D; }

 p { color: rgb(83,14,29); }

 H1.HeaderClassName
 {
   color: #530E1D;
 }
 .AnyTagClassName
 {
   color: #530E1D;
 }
</style>

background-color css

<style>
 a { background-color: #530E1D; }

 a { background-color: rgb(83,14,29); }

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

border-color css

<style>
 span { border-color: #530E1D; }

 span { border-color: rgb(83,14,29); }

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