Html Css Color HEX #530E28 Bordeaux

📋 copy color: '#530E28'

red 83 ◦ green 14 ◦ blue 40

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

Shades of Bordeaux #530E28

Tints of Bordeaux #530E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 60.58%
G = 10.22%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#530E28 (or 0x530E28) is known color: Bordeaux. HEX triplet: 53, 0E and 28. RGB value is (83,14,40). Sum of RGB (Red+Green+Blue) = 83+14+40=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E28 is #ACF1D7. Grayscale: #252525. Windows color (decimal): -11334104 or 2625107. OLE color: 2625107.

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

Color convert

RGB 83 14 40 -
CMYK 0 0.83 0.52 0.67
HSL 337.39º 0.71% 0.19% -
HSV(B) 337.39º 0.83% 0.33% -
XYZ 4.11 2.31 2.24 -
YUV 37.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 83 14 40 0 0.83 0.52 0.67 337.39 0.71 0.19
Hex 53 E 28 0 53 34 43 151 47 13
Octal 123 16 50 0 123 64 103 521 107 23
Binary 1010011 1110 101000 0 1010011 110100 1000011 101010001 1000111 10011

Color Harmonies of #530E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E28

Black with #530E28

Text Example


Text Example

White with #530E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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