Html Css Color HEX #530E26 Bordeaux

📋 copy color: '#530E26'

red 83 ◦ green 14 ◦ blue 38

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

Shades of Bordeaux #530E26

Tints of Bordeaux #530E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.15%

R = 61.48%
G = 10.37%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#530E26 (or 0x530E26) is known color: Bordeaux. HEX triplet: 53, 0E and 26. RGB value is (83,14,38). Sum of RGB (Red+Green+Blue) = 83+14+38=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E26 is #ACF1D9. Grayscale: #252525. Windows color (decimal): -11334106 or 2494035. OLE color: 2494035.

HSL color Cylindrical-coordinate representation of color #530E26: hue angle of 339.13º 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 #530E26 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 14 38 -
CMYK 0 0.83 0.54 0.67
HSL 339.13º 0.71% 0.19% -
HSV(B) 339.13º 0.83% 0.33% -
XYZ 4.07 2.29 2.06 -
YUV 37.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 83 14 38 0 0.83 0.54 0.67 339.13 0.71 0.19
Hex 53 E 26 0 53 36 43 153 47 13
Octal 123 16 46 0 123 66 103 523 107 23
Binary 1010011 1110 100110 0 1010011 110110 1000011 101010011 1000111 10011

Color Harmonies of #530E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E26

Black with #530E26

Text Example


Text Example

White with #530E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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