Html Css Color HEX #530921 Bordeaux

📋 copy color: '#530921'

red 83 ◦ green 9 ◦ blue 33

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

Shades of Bordeaux #530921

Tints of Bordeaux #530921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 66.4%
G = 7.2%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#530921 (or 0x530921) is known color: Bordeaux. HEX triplet: 53, 09 and 21. RGB value is (83,9,33). Sum of RGB (Red+Green+Blue) = 83+9+33=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530921 is #ACF6DE. Grayscale: #212121. Windows color (decimal): -11335391 or 2165075. OLE color: 2165075.

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

Color convert

RGB 83 9 33 -
CMYK 0 0.89 0.60 0.67
HSL 340.54º 0.8% 0.18% -
HSV(B) 340.54º 0.89% 0.33% -
XYZ 3.94 2.14 1.65 -
YUV 33.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 83 9 33 0 0.89 0.60 0.67 340.54 0.8 0.18
Hex 53 9 21 0 59 3C 43 155 50 12
Octal 123 11 41 0 131 74 103 525 120 22
Binary 1010011 1001 100001 0 1011001 111100 1000011 101010101 1010000 10010

Color Harmonies of #530921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530921

Black with #530921

Text Example


Text Example

White with #530921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530921; }

 p { color: rgb(83,9,33); }

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

background-color css

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

 a { background-color: rgb(83,9,33); }

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

border-color css

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

 span { border-color: rgb(83,9,33); }

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