Html Css Color HEX #530A24 Bordeaux

📋 copy color: '#530A24'

red 83 ◦ green 10 ◦ blue 36

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

Shades of Bordeaux #530A24

Tints of Bordeaux #530A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.75%

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

R = 64.34%
G = 7.75%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#530A24 (or 0x530A24) is known color: Bordeaux. HEX triplet: 53, 0A and 24. RGB value is (83,10,36). Sum of RGB (Red+Green+Blue) = 83+10+36=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A24 is #ACF5DB. Grayscale: #222222. Windows color (decimal): -11335132 or 2361939. OLE color: 2361939.

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

Color convert

RGB 83 10 36 -
CMYK 0 0.88 0.57 0.67
HSL 338.63º 0.78% 0.18% -
HSV(B) 338.63º 0.88% 0.33% -
XYZ 3.99 2.18 1.88 -
YUV 34.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 83 10 36 0 0.88 0.57 0.67 338.63 0.78 0.18
Hex 53 A 24 0 58 39 43 153 4E 12
Octal 123 12 44 0 130 71 103 523 116 22
Binary 1010011 1010 100100 0 1011000 111001 1000011 101010011 1001110 10010

Color Harmonies of #530A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A24

Black with #530A24

Text Example


Text Example

White with #530A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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