Html Css Color HEX #530823 Bordeaux

📋 copy color: '#530823'

red 83 ◦ green 8 ◦ blue 35

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

Shades of Bordeaux #530823

Tints of Bordeaux #530823

RGB

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

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

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

R = 65.87%
G = 6.35%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530823 (or 0x530823) is known color: Bordeaux. HEX triplet: 53, 08 and 23. RGB value is (83,8,35). Sum of RGB (Red+Green+Blue) = 83+8+35=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530823 is #ACF7DC. Grayscale: #212121. Windows color (decimal): -11335645 or 2295891. OLE color: 2295891.

HSL color Cylindrical-coordinate representation of color #530823: hue angle of 338.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 #530823 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 35 -
CMYK 0 0.90 0.58 0.67
HSL 338.4º 0.82% 0.18% -
HSV(B) 338.4º 0.9% 0.33% -
XYZ 3.96 2.13 1.79 -
YUV 33.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 83 8 35 0 0.90 0.58 0.67 338.4 0.82 0.18
Hex 53 8 23 0 5A 3A 43 152 52 12
Octal 123 10 43 0 132 72 103 522 122 22
Binary 1010011 1000 100011 0 1011010 111010 1000011 101010010 1010010 10010

Color Harmonies of #530823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530823

Black with #530823

Text Example


Text Example

White with #530823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530823; }

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

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

background-color css

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

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

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

border-color css

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

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

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