Html Css Color HEX #530416 Bordeaux

📋 copy color: '#530416'

red 83 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #530416

Tints of Bordeaux #530416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.18%

R = 76.15%
G = 3.67%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#530416 (or 0x530416) is known color: Bordeaux. HEX triplet: 53, 04 and 16. RGB value is (83,4,22). Sum of RGB (Red+Green+Blue) = 83+4+22=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530416 is #ACFBE9. Grayscale: #1D1D1D. Windows color (decimal): -11336682 or 1442899. OLE color: 1442899.

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

Color convert

RGB 83 4 22 -
CMYK 0 0.95 0.73 0.67
HSL 346.33º 0.91% 0.17% -
HSV(B) 346.33º 0.95% 0.33% -
XYZ 3.76 1.98 0.94 -
YUV 29.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 83 4 22 0 0.95 0.73 0.67 346.33 0.91 0.17
Hex 53 4 16 0 5F 49 43 15A 5B 11
Octal 123 4 26 0 137 111 103 532 133 21
Binary 1010011 100 10110 0 1011111 1001001 1000011 101011010 1011011 10001

Color Harmonies of #530416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530416

Black with #530416

Text Example


Text Example

White with #530416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530416; }

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

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

background-color css

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

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

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

border-color css

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

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

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