Html Css Color HEX #530925 Bordeaux

📋 copy color: '#530925'

red 83 ◦ green 9 ◦ blue 37

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

Shades of Bordeaux #530925

Tints of Bordeaux #530925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 64.34%
G = 6.98%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#530925 (or 0x530925) is known color: Bordeaux. HEX triplet: 53, 09 and 25. RGB value is (83,9,37). Sum of RGB (Red+Green+Blue) = 83+9+37=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530925 is #ACF6DA. Grayscale: #222222. Windows color (decimal): -11335387 or 2427219. OLE color: 2427219.

HSL color Cylindrical-coordinate representation of color #530925: hue angle of 337.3º 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 #530925 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 37 -
CMYK 0 0.89 0.55 0.67
HSL 337.3º 0.8% 0.18% -
HSV(B) 337.3º 0.89% 0.33% -
XYZ 4 2.17 1.96 -
YUV 34.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 83 9 37 0 0.89 0.55 0.67 337.3 0.8 0.18
Hex 53 9 25 0 59 37 43 151 50 12
Octal 123 11 45 0 131 67 103 521 120 22
Binary 1010011 1001 100101 0 1011001 110111 1000011 101010001 1010000 10010

Color Harmonies of #530925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530925

Black with #530925

Text Example


Text Example

White with #530925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530925; }

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

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

background-color css

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

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

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

border-color css

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

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

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