Html Css Color HEX #530420 Bordeaux

📋 copy color: '#530420'

red 83 ◦ green 4 ◦ blue 32

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

Shades of Bordeaux #530420

Tints of Bordeaux #530420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.89%

R = 69.75%
G = 3.36%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#530420 (or 0x530420) is known color: Bordeaux. HEX triplet: 53, 04 and 20. RGB value is (83,4,32). Sum of RGB (Red+Green+Blue) = 83+4+32=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530420 is #ACFBDF. Grayscale: #1E1E1E. Windows color (decimal): -11336672 or 2098259. OLE color: 2098259.

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

Color convert

RGB 83 4 32 -
CMYK 0 0.95 0.61 0.67
HSL 338.73º 0.91% 0.17% -
HSV(B) 338.73º 0.95% 0.33% -
XYZ 3.87 2.03 1.55 -
YUV 30.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 83 4 32 0 0.95 0.61 0.67 338.73 0.91 0.17
Hex 53 4 20 0 5F 3D 43 153 5B 11
Octal 123 4 40 0 137 75 103 523 133 21
Binary 1010011 100 100000 0 1011111 111101 1000011 101010011 1011011 10001

Color Harmonies of #530420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530420

Black with #530420

Text Example


Text Example

White with #530420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530420; }

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

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

background-color css

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

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

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

border-color css

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

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

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