Html Css Color HEX #530518 Bordeaux

📋 copy color: '#530518'

red 83 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #530518

Tints of Bordeaux #530518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 74.11%
G = 4.46%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#530518 (or 0x530518) is known color: Bordeaux. HEX triplet: 53, 05 and 18. RGB value is (83,5,24). Sum of RGB (Red+Green+Blue) = 83+5+24=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530518 is #ACFAE7. Grayscale: #1E1E1E. Windows color (decimal): -11336424 or 1574227. OLE color: 1574227.

HSL color Cylindrical-coordinate representation of color #530518: hue angle of 345.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530518 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 24 -
CMYK 0 0.94 0.71 0.67
HSL 345.38º 0.89% 0.17% -
HSV(B) 345.38º 0.94% 0.33% -
XYZ 3.79 2.01 1.05 -
YUV 30.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 83 5 24 0 0.94 0.71 0.67 345.38 0.89 0.17
Hex 53 5 18 0 5E 47 43 159 59 11
Octal 123 5 30 0 136 107 103 531 131 21
Binary 1010011 101 11000 0 1011110 1000111 1000011 101011001 1011001 10001

Color Harmonies of #530518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530518

Black with #530518

Text Example


Text Example

White with #530518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530518; }

 p { color: rgb(83,5,24); }

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

background-color css

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

 a { background-color: rgb(83,5,24); }

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

border-color css

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

 span { border-color: rgb(83,5,24); }

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