Html Css Color HEX #530A1E Bordeaux

📋 copy color: '#530A1E'

red 83 ◦ green 10 ◦ blue 30

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

Shades of Bordeaux #530A1E

Tints of Bordeaux #530A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 67.48%
G = 8.13%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#530A1E (or 0x530A1E) is known color: Bordeaux. HEX triplet: 53, 0A and 1E. RGB value is (83,10,30). Sum of RGB (Red+Green+Blue) = 83+10+30=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1E is #ACF5E1. Grayscale: #222222. Windows color (decimal): -11335138 or 1968723. OLE color: 1968723.

HSL color Cylindrical-coordinate representation of color #530A1E: hue angle of 343.56º 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 #530A1E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 30 -
CMYK 0 0.88 0.64 0.67
HSL 343.56º 0.78% 0.18% -
HSV(B) 343.56º 0.88% 0.33% -
XYZ 3.91 2.15 1.44 -
YUV 34.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 83 10 30 0 0.88 0.64 0.67 343.56 0.78 0.18
Hex 53 A 1E 0 58 40 43 158 4E 12
Octal 123 12 36 0 130 100 103 530 116 22
Binary 1010011 1010 11110 0 1011000 1000000 1000011 101011000 1001110 10010

Color Harmonies of #530A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A1E

Black with #530A1E

Text Example


Text Example

White with #530A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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