Html Css Color HEX #530413 Bordeaux

📋 copy color: '#530413'

red 83 ◦ green 4 ◦ blue 19

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

Shades of Bordeaux #530413

Tints of Bordeaux #530413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 78.3%
G = 3.77%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#530413 (or 0x530413) is known color: Bordeaux. HEX triplet: 53, 04 and 13. RGB value is (83,4,19). Sum of RGB (Red+Green+Blue) = 83+4+19=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530413 is #ACFBEC. Grayscale: #1D1D1D. Windows color (decimal): -11336685 or 1246291. OLE color: 1246291.

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

Color convert

RGB 83 4 19 -
CMYK 0 0.95 0.77 0.67
HSL 348.61º 0.91% 0.17% -
HSV(B) 348.61º 0.95% 0.33% -
XYZ 3.73 1.97 0.8 -
YUV 29.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 83 4 19 0 0.95 0.77 0.67 348.61 0.91 0.17
Hex 53 4 13 0 5F 4D 43 15D 5B 11
Octal 123 4 23 0 137 115 103 535 133 21
Binary 1010011 100 10011 0 1011111 1001101 1000011 101011101 1011011 10001

Color Harmonies of #530413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530413

Black with #530413

Text Example


Text Example

White with #530413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530413; }

 p { color: rgb(83,4,19); }

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

background-color css

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

 a { background-color: rgb(83,4,19); }

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

border-color css

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

 span { border-color: rgb(83,4,19); }

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