Html Css Color HEX #530523 Bordeaux

📋 copy color: '#530523'

red 83 ◦ green 5 ◦ blue 35

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

Shades of Bordeaux #530523

Tints of Bordeaux #530523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 67.48%
G = 4.07%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530523 (or 0x530523) is known color: Bordeaux. HEX triplet: 53, 05 and 23. RGB value is (83,5,35). Sum of RGB (Red+Green+Blue) = 83+5+35=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530523 is #ACFADC. Grayscale: #1F1F1F. Windows color (decimal): -11336413 or 2295123. OLE color: 2295123.

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

Color convert

RGB 83 5 35 -
CMYK 0 0.94 0.58 0.67
HSL 336.92º 0.89% 0.17% -
HSV(B) 336.92º 0.94% 0.33% -
XYZ 3.92 2.07 1.78 -
YUV 31.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 83 5 35 0 0.94 0.58 0.67 336.92 0.89 0.17
Hex 53 5 23 0 5E 3A 43 151 59 11
Octal 123 5 43 0 136 72 103 521 131 21
Binary 1010011 101 100011 0 1011110 111010 1000011 101010001 1011001 10001

Color Harmonies of #530523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530523

Black with #530523

Text Example


Text Example

White with #530523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530523; }

 p { color: rgb(83,5,35); }

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

background-color css

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

 a { background-color: rgb(83,5,35); }

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

border-color css

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

 span { border-color: rgb(83,5,35); }

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