Html Css Color HEX #530914 Bordeaux

📋 copy color: '#530914'

red 83 ◦ green 9 ◦ blue 20

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

Shades of Bordeaux #530914

Tints of Bordeaux #530914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 74.11%
G = 8.04%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#530914 (or 0x530914) is known color: Bordeaux. HEX triplet: 53, 09 and 14. RGB value is (83,9,20). Sum of RGB (Red+Green+Blue) = 83+9+20=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530914 is #ACF6EB. Grayscale: #202020. Windows color (decimal): -11335404 or 1313107. OLE color: 1313107.

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

Color convert

RGB 83 9 20 -
CMYK 0 0.89 0.76 0.67
HSL 351.08º 0.8% 0.18% -
HSV(B) 351.08º 0.89% 0.33% -
XYZ 3.79 2.08 0.86 -
YUV 32.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 83 9 20 0 0.89 0.76 0.67 351.08 0.8 0.18
Hex 53 9 14 0 59 4C 43 15F 50 12
Octal 123 11 24 0 131 114 103 537 120 22
Binary 1010011 1001 10100 0 1011001 1001100 1000011 101011111 1010000 10010

Color Harmonies of #530914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530914

Black with #530914

Text Example


Text Example

White with #530914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530914; }

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

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

background-color css

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

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

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

border-color css

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

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

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