Html Css Color HEX #530B1A Bordeaux

📋 copy color: '#530B1A'

red 83 ◦ green 11 ◦ blue 26

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

Shades of Bordeaux #530B1A

Tints of Bordeaux #530B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

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

R = 69.17%
G = 9.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#530B1A (or 0x530B1A) is known color: Bordeaux. HEX triplet: 53, 0B and 1A. RGB value is (83,11,26). Sum of RGB (Red+Green+Blue) = 83+11+26=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B1A is #ACF4E5. Grayscale: #222222. Windows color (decimal): -11334886 or 1706835. OLE color: 1706835.

HSL color Cylindrical-coordinate representation of color #530B1A: hue angle of 347.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B1A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 11 26 -
CMYK 0 0.87 0.69 0.67
HSL 347.5º 0.77% 0.18% -
HSV(B) 347.5º 0.87% 0.33% -
XYZ 3.87 2.15 1.19 -
YUV 34.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 83 11 26 0 0.87 0.69 0.67 347.5 0.77 0.18
Hex 53 B 1A 0 57 45 43 15C 4D 12
Octal 123 13 32 0 127 105 103 534 115 22
Binary 1010011 1011 11010 0 1010111 1000101 1000011 101011100 1001101 10010

Color Harmonies of #530B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B1A

Black with #530B1A

Text Example


Text Example

White with #530B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,26); }

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

background-color css

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

 a { background-color: rgb(83,11,26); }

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

border-color css

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

 span { border-color: rgb(83,11,26); }

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