Html Css Color HEX #530623 Bordeaux

📋 copy color: '#530623'

red 83 ◦ green 6 ◦ blue 35

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

Shades of Bordeaux #530623

Tints of Bordeaux #530623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

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

R = 66.94%
G = 4.84%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530623 (or 0x530623) is known color: Bordeaux. HEX triplet: 53, 06 and 23. RGB value is (83,6,35). Sum of RGB (Red+Green+Blue) = 83+6+35=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530623 is #ACF9DC. Grayscale: #202020. Windows color (decimal): -11336157 or 2295379. OLE color: 2295379.

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

Color convert

RGB 83 6 35 -
CMYK 0 0.93 0.58 0.67
HSL 337.4º 0.87% 0.17% -
HSV(B) 337.4º 0.93% 0.33% -
XYZ 3.94 2.09 1.79 -
YUV 32.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 83 6 35 0 0.93 0.58 0.67 337.4 0.87 0.17
Hex 53 6 23 0 5D 3A 43 151 57 11
Octal 123 6 43 0 135 72 103 521 127 21
Binary 1010011 110 100011 0 1011101 111010 1000011 101010001 1010111 10001

Color Harmonies of #530623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530623

Black with #530623

Text Example


Text Example

White with #530623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530623; }

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

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

background-color css

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

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

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

border-color css

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

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

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