Html Css Color HEX #530D27 Bordeaux

📋 copy color: '#530D27'

red 83 ◦ green 13 ◦ blue 39

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

Shades of Bordeaux #530D27

Tints of Bordeaux #530D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 61.48%
G = 9.63%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530D27 (or 0x530D27) is known color: Bordeaux. HEX triplet: 53, 0D and 27. RGB value is (83,13,39). Sum of RGB (Red+Green+Blue) = 83+13+39=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D27 is #ACF2D8. Grayscale: #242424. Windows color (decimal): -11334361 or 2559315. OLE color: 2559315.

HSL color Cylindrical-coordinate representation of color #530D27: hue angle of 337.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D27 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 39 -
CMYK 0 0.84 0.53 0.67
HSL 337.71º 0.73% 0.19% -
HSV(B) 337.71º 0.84% 0.33% -
XYZ 4.08 2.27 2.14 -
YUV 36.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 83 13 39 0 0.84 0.53 0.67 337.71 0.73 0.19
Hex 53 D 27 0 54 35 43 152 49 13
Octal 123 15 47 0 124 65 103 522 111 23
Binary 1010011 1101 100111 0 1010100 110101 1000011 101010010 1001001 10011

Color Harmonies of #530D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D27

Black with #530D27

Text Example


Text Example

White with #530D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,13,39); }

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

background-color css

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

 a { background-color: rgb(83,13,39); }

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

border-color css

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

 span { border-color: rgb(83,13,39); }

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