Html Css Color HEX #530414 Bordeaux

📋 copy color: '#530414'

red 83 ◦ green 4 ◦ blue 20

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

Shades of Bordeaux #530414

Tints of Bordeaux #530414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 77.57%
G = 3.74%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#530414 (or 0x530414) is known color: Bordeaux. HEX triplet: 53, 04 and 14. RGB value is (83,4,20). Sum of RGB (Red+Green+Blue) = 83+4+20=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530414 is #ACFBEB. Grayscale: #1D1D1D. Windows color (decimal): -11336684 or 1311827. OLE color: 1311827.

HSL color Cylindrical-coordinate representation of color #530414: hue angle of 347.85º 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 #530414 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 4 20 -
CMYK 0 0.95 0.76 0.67
HSL 347.85º 0.91% 0.17% -
HSV(B) 347.85º 0.95% 0.33% -
XYZ 3.74 1.98 0.85 -
YUV 29.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 83 4 20 0 0.95 0.76 0.67 347.85 0.91 0.17
Hex 53 4 14 0 5F 4C 43 15C 5B 11
Octal 123 4 24 0 137 114 103 534 133 21
Binary 1010011 100 10100 0 1011111 1001100 1000011 101011100 1011011 10001

Color Harmonies of #530414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530414

Black with #530414

Text Example


Text Example

White with #530414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530414; }

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

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

background-color css

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

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

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

border-color css

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

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

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