Html Css Color HEX #530C26 Bordeaux

📋 copy color: '#530C26'

red 83 ◦ green 12 ◦ blue 38

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

Shades of Bordeaux #530C26

Tints of Bordeaux #530C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

 BLUE value IS 38 (15.23% from 255) = 28.57%

R = 62.41%
G = 9.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#530C26 (or 0x530C26) is known color: Bordeaux. HEX triplet: 53, 0C and 26. RGB value is (83,12,38). Sum of RGB (Red+Green+Blue) = 83+12+38=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C26 is #ACF3D9. Grayscale: #242424. Windows color (decimal): -11334618 or 2493523. OLE color: 2493523.

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

Color convert

RGB 83 12 38 -
CMYK 0 0.86 0.54 0.67
HSL 338.03º 0.75% 0.19% -
HSV(B) 338.03º 0.86% 0.33% -
XYZ 4.05 2.24 2.05 -
YUV 36.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 83 12 38 0 0.86 0.54 0.67 338.03 0.75 0.19
Hex 53 C 26 0 56 36 43 152 4B 13
Octal 123 14 46 0 126 66 103 522 113 23
Binary 1010011 1100 100110 0 1010110 110110 1000011 101010010 1001011 10011

Color Harmonies of #530C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C26

Black with #530C26

Text Example


Text Example

White with #530C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,38); }

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

background-color css

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

 a { background-color: rgb(83,12,38); }

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

border-color css

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

 span { border-color: rgb(83,12,38); }

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