Html Css Color HEX #530724 Bordeaux

📋 copy color: '#530724'

red 83 ◦ green 7 ◦ blue 36

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

Shades of Bordeaux #530724

Tints of Bordeaux #530724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 65.87%
G = 5.56%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#530724 (or 0x530724) is known color: Bordeaux. HEX triplet: 53, 07 and 24. RGB value is (83,7,36). Sum of RGB (Red+Green+Blue) = 83+7+36=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530724 is #ACF8DB. Grayscale: #202020. Windows color (decimal): -11335900 or 2361171. OLE color: 2361171.

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

Color convert

RGB 83 7 36 -
CMYK 0 0.92 0.57 0.67
HSL 337.11º 0.84% 0.18% -
HSV(B) 337.11º 0.92% 0.33% -
XYZ 3.96 2.12 1.87 -
YUV 33.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 83 7 36 0 0.92 0.57 0.67 337.11 0.84 0.18
Hex 53 7 24 0 5C 39 43 151 54 12
Octal 123 7 44 0 134 71 103 521 124 22
Binary 1010011 111 100100 0 1011100 111001 1000011 101010001 1010100 10010

Color Harmonies of #530724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530724

Black with #530724

Text Example


Text Example

White with #530724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530724; }

 p { color: rgb(83,7,36); }

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

background-color css

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

 a { background-color: rgb(83,7,36); }

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

border-color css

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

 span { border-color: rgb(83,7,36); }

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