Html Css Color HEX #530814 Bordeaux

📋 copy color: '#530814'

red 83 ◦ green 8 ◦ blue 20

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

Shades of Bordeaux #530814

Tints of Bordeaux #530814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 74.77%
G = 7.21%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#530814 (or 0x530814) is known color: Bordeaux. HEX triplet: 53, 08 and 14. RGB value is (83,8,20). Sum of RGB (Red+Green+Blue) = 83+8+20=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530814 is #ACF7EB. Grayscale: #1F1F1F. Windows color (decimal): -11335660 or 1312851. OLE color: 1312851.

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

Color convert

RGB 83 8 20 -
CMYK 0 0.90 0.76 0.67
HSL 350.4º 0.82% 0.18% -
HSV(B) 350.4º 0.9% 0.33% -
XYZ 3.78 2.06 0.86 -
YUV 31.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 83 8 20 0 0.90 0.76 0.67 350.4 0.82 0.18
Hex 53 8 14 0 5A 4C 43 15E 52 12
Octal 123 10 24 0 132 114 103 536 122 22
Binary 1010011 1000 10100 0 1011010 1001100 1000011 101011110 1010010 10010

Color Harmonies of #530814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530814

Black with #530814

Text Example


Text Example

White with #530814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530814; }

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

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

background-color css

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

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

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

border-color css

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

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

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